LuaAPI: minor changes
authortobias.neumann
Sun, 29 Aug 2010 21:45:46 +0000
changeset 13 2074f03075c6
parent 12 74ead59b6c64
child 14 86a537f5d5c3
LuaAPI: minor changes
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 @@
 
 <blockquote><tt>gfForts, gfMultiWeapon, gfSolidLand, gfDivideTeams, gfLowGravity, gfLaserSight, gfInvulnerable, gfMines, gfVampiric, gfKarma, gfArtillery, gfOneClanMode, gfRandomOrder, gfKing, gfPlaceHog, gfSharedAmmo, gfDisableGirders, gfExplosives, gfDisableLandObjects, gfAISurvival</tt>
 </blockquote>
-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 @@
 </blockquote>
 === <tt>onAmmoStoreInit()</tt> ===
 
-<blockquote>This function is called when the game is initialized to request the available ammo and ammo probabilities. Use SetAmmo here.
+<blockquote>This function is called when the game is initialized to request the available ammo and ammo probabilities. Use !SetAmmo here.
 </blockquote>
 == Functions for creating gears ==
 
@@ -210,7 +210,7 @@
 
 === <tt>!SetTimer(gearUid, timer)</tt> (0.9.14) ===
 
-<blockquote>Sets the timer of the specified gear. Also see GetTimer.
+<blockquote>Sets the timer of the specified gear. Also see !GetTimer.
 </blockquote>
 
 == Other Functions ==
@@ -244,5 +244,4 @@
 === <tt>!WriteLnToConsole(string)</tt> (0.9.14) ===
 
 <blockquote>Guess :D
-</blockquote>
-
+</blockquote>
\ No newline at end of file