178 * `Radius`: Collision radius. Default: 9 |
178 * `Radius`: Collision radius. Default: 9 |
179 * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30) |
179 * `Boom`: Explosion size and damage caused when the hedgehog dies (default: 30) |
180 * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground |
180 * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground |
181 * `Damage`: Amount of damage the hog took in this turn. At the end of turn, the health will be reduced accordingly and the `Damage` is reset to 0 |
181 * `Damage`: Amount of damage the hog took in this turn. At the end of turn, the health will be reduced accordingly and the `Damage` is reset to 0 |
182 * `Angle`: Current aiming angle, ranging from 0 to 2024. 0 is 90° (up) and 2024 is -90° (down). |
182 * `Angle`: Current aiming angle, ranging from 0 to 2024. 0 is 90° (up) and 2024 is -90° (down). |
|
183 * `FlightTime`: Amount of time the hedgehog flew after being hit by a baseball bat. If not hit or not in air, this is 0 |
183 |
184 |
184 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.) |
185 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.) |
185 |
186 |
186 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 many hedgehog-related functions in LuaGears. |
187 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 many hedgehog-related functions in LuaGears. |
187 |
188 |