Getuserdef: Difference between revisions
| No edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| getuserdef[<sprite id>].<functionname> <gamevar>   | getuserdef[<sprite id>].<functionname> <gamevar>   | ||
| Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See [http://wiki.eduke32.com/wiki/Members_of_the_userdef_structure Userdef  | Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See [http://wiki.eduke32.com/wiki/Members_of_the_userdef_structure Members of Userdef Structure]. | ||
Revision as of 13:49, 10 August 2008
getuserdef[<sprite id>].<functionname> <gamevar>
Use getuserdef to set the value of the gamevar <gamevar> to the value of <functionname> within the actor determined by the gamevar <sprite id> . See Members of Userdef Structure.
