# HG changeset patch # User Wuzzy # Date 1555506928 -3600 # Node ID b562c672140b40c0dda8904778069e62cedee24a # Parent ac1adfc740c77f2adc1e3d247e9175afa5411ec6 Sandbox: Edited via web interface diff -r ac1adfc740c7 -r b562c672140b Sandbox.wiki --- 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 @@ GetAmmoTimer(CurrentHedgehog, amGrenade) -- May return 1000, 2000, 3000, 4000 or 5000 -=== `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.