GearTypes.wiki
changeset 781 2e169402d576
parent 780 7c3fd495897b
child 782 0fba851eb618
equal deleted inserted replaced
780:7c3fd495897b 781:2e169402d576
   148  * `Health`: Hedgehog's health.
   148  * `Health`: Hedgehog's health.
   149  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
   149  * `Tag`: Used for animation. `0` = no animation plays. Other value: animation plays
   150  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   150  * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30)
   151  * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
   151  * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground
   152 
   152 
   153 Hedgehogs also make heavy use of the gear state, see [[States]]. [[GearMessages gear messages]] are used for controlling a hedgehogs movement and actions (e.g. moving left, attacking, jumping, etc.)
   153 Hedgehogs also make heavy use of the gear state, see [States]. [GearMessages gear messages] are used for controlling a hedgehogs movement and actions (e.g. moving left, attacking, jumping, etc.)
   154 
   154 
   155 Please note that hedgehogs have also many other attributes and functions which are specific to hedgehogs only (like name, team name, hat, etc.). You can find these functions in LuaAPI.
   155 Please note that hedgehogs have also many other attributes and functions which are specific to hedgehogs only (like name, team name, hat, etc.). You can find these functions in LuaAPI.
   156 
   156 
   157 See `LuaAPI`.
   157 See `LuaAPI`.
   158 
   158