--- a/Sandbox.wiki Wed Apr 17 14:14:30 2019 +0100
+++ b/Sandbox.wiki Wed Apr 17 14:15:28 2019 +0100
@@ -478,6 +478,12 @@
=== `GetHogClan(gearUid)` ===
Returns the clan ID of the specified hedgehog gear.
+=== `GetHogLevel(gearUid)` ===
+Returns the bot level ranging from `0` to `5`. `1` is the strongest bot level and `5` is the weakest one (this is the reverse of what players see). `0` is for human player.
+
+=== `SetHogLevel(gearUid, level)` ===
+Sets the bot level from 0 to 5. `1` is the strongest bot level and `5` is the weakest one (this is the reverse of what players see). `0` means human player.
+
=== `GetEffect(gearUid, effect)` ===
Returns the state of given effect for the given hedgehog gear.
@@ -531,12 +537,6 @@
<code lang="lua">GetAmmoTimer(CurrentHedgehog, amGrenade)
-- May return 1000, 2000, 3000, 4000 or 5000</code>
-=== `GetHogLevel(gearUid)` ===
-Returns the bot level ranging from `0` to `5`. `1` is the strongest bot level and `5` is the weakest one (this is the reverse of what players see). `0` is for human player.
-
-=== `SetHogLevel(gearUid, level)` ===
-Sets the bot level from 0 to 5. `1` is the strongest bot level and `5` is the weakest one (this is the reverse of what players see). `0` means human player.
-
=== `HealHog(gearUid, healthBoost[, showMessage[, tint]])` (0.9.24) ===
Convenience function to increase the health of a hedgehog with default visual effects.
@@ -579,7 +579,7 @@
This is perfect to hide certain captions like weapon messages from enemy eyes.
-== Functions for gear actions ==
+== Special gear actions ==
=== `GetFollowGear()` ===
Returns the uid of the gear that is currently being followed.