Attempted to implement LastCalledFunctionPointer and NextCalledFunctionPointer, aborted as not useful enough and unsure how to make these user-friendly.

This commit is contained in:
Michael Dirks
2016-01-04 03:43:35 +01:00
parent 57c310b0fc
commit 2941a6b740
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@
; BlitzPointer
BP_GetReturnAddress%()
BP_GetFunctionPointer%()
BP_GetLastCalledFunctionPointer%()
BP_GetNextCalledFunctionPointer%()
;BP_GetVariablePointer%(pVariable%)
BP_GetVariablePointerInt%(pVariable%) : "BP_GetVariablePointer"
BP_GetVariablePointerFloat%(pVariable#) : "BP_GetVariablePointer"