library icon indicating copy to clipboard operation
library copied to clipboard

support overloaded commands

Open x87 opened this issue 5 years ago • 1 comments

02CF START_SCRIPT_FIRE => ScriptFire.Create(x: float, y: float: z: float) 0325 START_CAR_FIRE => ScriptFire.Create(handle: Car) 0326 START_CHAR_FIRE => ScriptFire.Create(handle: Char)

x87 avatar Apr 07 '21 13:04 x87

in JavaScript this can be solved by inspecting the input argument (typeof).

x87 avatar Feb 21 '22 02:02 x87