so i know how to write the code, but where is the bank of possible commands? most languages ive used growing up had a 'helpo' file or bank of sorts to see what all the possible commands or whatnot were. is there a list (even without explanations) somewhere in the editor (doubt it) or online??
here's my issue; i'm trying to change the turning speed of a unit. the data editor defines it as cUnit_StationaryTurningRate
as a reference i made a trigger just change 'movement speed' to look at the code, thinking i could just plug n play what movement speed was for turning rate. but when triggered and i look at the code the 'movement speed' variable seems to be called c_unitPropMovementSpeed
but, when i look in the data editor the value given is CUnit_Speed
so im getting conflicting information on how to label the various field value to reference them. ive tried a couple variations of;
but they wont compile as im guessing it's not recognizing the variable/label name for the field im trying to reference. is there a bank i can try to look at or what do you coders look at to help with stuff like this?
so i know how to write the code, but where is the bank of possible commands? most languages ive used growing up had a 'helpo' file or bank of sorts to see what all the possible commands or whatnot were. is there a list (even without explanations) somewhere in the editor (doubt it) or online??
here's my issue; i'm trying to change the turning speed of a unit. the data editor defines it as cUnit_StationaryTurningRate
as a reference i made a trigger just change 'movement speed' to look at the code, thinking i could just plug n play what movement speed was for turning rate. but when triggered and i look at the code the 'movement speed' variable seems to be called c_unitPropMovementSpeed
but, when i look in the data editor the value given is CUnit_Speed
so im getting conflicting information on how to label the various field value to reference them. ive tried a couple variations of;
cunit_StationaryTurningRate cunit_TurningRate c_unitPropTurningRate c_unitTurningRate
but they wont compile as im guessing it's not recognizing the variable/label name for the field im trying to reference. is there a bank i can try to look at or what do you coders look at to help with stuff like this?
i found it out, its referenced as cunit_PropTurnRate
but if anyone knows a list of all these values that would be much appreciated!
something as simple as taking the ing off mattered so much, but i had no idea what it was looking for specifically, just trial n error..
@ezbeats:
There's a list of all the valid keywords here: http://paste.sc2mapster.com/1979/
There's one without comments here: http://paste.sc2mapster.com/1985/