Getcurraddress: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
No edit summary
 
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.
It used by [[jump]] to return the execution to this point later.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]

Latest revision as of 19: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.