LuaGears.wiki
changeset 1905 f94d74ad5939
parent 1849 60249ab531df
child 1939 0cb80de3d5bb
equal deleted inserted replaced
1904:a72ed10039b9 1905:f94d74ad5939
   521 
   521 
   522 === `GetHogHat(gearUid)` ===
   522 === `GetHogHat(gearUid)` ===
   523 Returns the hat of the specified hedgehog gear.
   523 Returns the hat of the specified hedgehog gear.
   524 
   524 
   525 === `SetHogHat(gearUid, hat)` ===
   525 === `SetHogHat(gearUid, hat)` ===
   526 Sets the hat of the specified hedgehog gear.
   526 Sets the hat of the specified hedgehog gear. `hat` is the hat name, which equals the file name (case-sensitively) without the file name suffix. If the hat file can not be found on the local computer, the hog will wear no hat.
   527 
   527 
   528 === `GetHogFlag(gearUid)` ===
   528 === `GetHogFlag(gearUid)` ===
   529 Returns the name of the flag of the team of the specified hedgehog gear.
   529 Returns the name of the flag of the team of the specified hedgehog gear.
   530 
   530 
   531 === `GetHogFort(gearUid)` (0.9.23) ===
   531 === `GetHogFort(gearUid)` (0.9.23) ===