diff -r 379d7931ffc7 -r f343b50d5619 LuaAPI.wiki --- a/LuaAPI.wiki Sun Sep 25 14:38:05 2011 +0000 +++ b/LuaAPI.wiki Sun Sep 25 14:41:10 2011 +0000 @@ -102,7 +102,7 @@
This function is called when the game is initialized to request the available ammo and ammo probabilities. Use !SetAmmo here.
-=== onScreenResize() === +=== onScreenResize() (0.9.16) ===
This function is called when you resize the screen. Useful place to put a redraw function for any vgtHealthTags you're using.
@@ -215,7 +215,11 @@ === !GetGearPosition(gearUid) === -
returns tuple of x,y coordinates for the specified gear +
returns x,y coordinates for the specified gear +
+=== !GetGearRadius(gearUid) (0.9.15) === + +
Returns radius for the specified gear
=== !GetGearVelocity(gearUid) (0.9.15) ===