equal
deleted
inserted
replaced
182 * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground |
182 * `FlightTime`: Time (in milliseconds) since the hedgehog stood the last time on solid ground |
183 * `dX`: Contains the horizontal speed (obviously). But also tells you which way the hog is looking. If negative, hog is facing left, otherwise it's facing right |
183 * `dX`: Contains the horizontal speed (obviously). But also tells you which way the hog is looking. If negative, hog is facing left, otherwise it's facing right |
184 |
184 |
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 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.) |
186 |
186 |
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 LuaAPI. |
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. |
188 |
188 |
189 ==== `gtPortal` ==== |
189 ==== `gtPortal` ==== |
190 A portal from the portable portal device. |
190 A portal from the portable portal device. |
191 |
191 |
192 * `Tag`: Portal state. 0=orange flying, 1=orange placed, 2=blue flying, 3=blue placed |
192 * `Tag`: Portal state. 0=orange flying, 1=orange placed, 2=blue flying, 3=blue placed |