Getcurraddress: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
getcurraddress <addr> | '''getcurraddress''' <addr> | ||
Sets the current address to <addr> | Sets the current address to <addr>, which can then be utilized by [[jump]] to return execution to this point at a later point in the code. | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] |
Latest revision as of 18:53, 7 January 2011
getcurraddress <addr>
Sets the current address to <addr>, which can then be utilized by jump to return execution to this point at a later point in the code.