Getcurraddress: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: getcurraddress <addr> Sets the current address to <addr>. It used by jump to return the execution to this point later.
 
No edit summary
 
(2 intermediate revisions by 2 users 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.
It used by [[jump]] to return the execution to this point later.
 
[[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.