# HG changeset patch # User tobias.neumann # Date 1283118346 0 # Node ID 2074f03075c615e9a74de920544556aa2ae28eb6 # Parent 74ead59b6c64f94bfb6964d92e99583e875d51a4 LuaAPI: minor changes diff -r 74ead59b6c64 -r 2074f03075c6 LuaAPI.wiki --- a/LuaAPI.wiki Sun Aug 29 18:56:20 2010 +0200 +++ b/LuaAPI.wiki Sun Aug 29 21:45:46 2010 +0000 @@ -8,7 +8,7 @@
gfForts, gfMultiWeapon, gfSolidLand, gfDivideTeams, gfLowGravity, gfLaserSight, gfInvulnerable, gfMines, gfVampiric, gfKarma, gfArtillery, gfOneClanMode, gfRandomOrder, gfKing, gfPlaceHog, gfSharedAmmo, gfDisableGirders, gfExplosives, gfDisableLandObjects, gfAISurvival
-More constants at [GearTypes, Gear Types] , [AmmoTypes Ammo Types], [Sounds], [States] +More constants at [GearTypes Gear Types] , [AmmoTypes Ammo Types], [Sounds], [States] Additional global changing variables accessible: @@ -56,7 +56,7 @@ === onAmmoStoreInit() === -
This function is called when the game is initialized to request the available ammo and ammo probabilities. Use SetAmmo here. +
This function is called when the game is initialized to request the available ammo and ammo probabilities. Use !SetAmmo here.
== Functions for creating gears == @@ -210,7 +210,7 @@ === !SetTimer(gearUid, timer) (0.9.14) === -
Sets the timer of the specified gear. Also see GetTimer. +
Sets the timer of the specified gear. Also see !GetTimer.
== Other Functions == @@ -244,5 +244,4 @@ === !WriteLnToConsole(string) (0.9.14) ===
Guess :D -
- +
\ No newline at end of file