Pure
Returns the human-readable unit order string.
Example (Lua):
OrderId2String(851995) --> returns "humanbuild" (opens human build menu) Copy
OrderId2String(851995) --> returns "humanbuild" (opens human build menu)
See: OrderId
OrderId
Always returns null after the game is loaded/if the game is a replay.
Do not use this in a global initialisation (map init) as it returns null there.
Generated using TypeDoc
Returns the human-readable unit order string.
Example (Lua):