LuaAPI.wiki
changeset 1230 2cefe77fbeb7
parent 1229 ff97ab480e0d
child 1231 550b1afc9300
equal deleted inserted replaced
1229:ff97ab480e0d 1230:2cefe77fbeb7
  1479 Example:
  1479 Example:
  1480 
  1480 
  1481 ```
  1481 ```
  1482 DeclareAchievement("height reached", teamname, "ClimbHome", -score)
  1482 DeclareAchievement("height reached", teamname, "ClimbHome", -score)
  1483 ```
  1483 ```
       
  1484 
  1484 Records a team's best height in !ClimbHome.
  1485 Records a team's best height in !ClimbHome.
  1485 
  1486 
  1486 === <tt>!ParseCommand(string)</tt> ===
  1487 === <tt>!ParseCommand(string)</tt> ===
  1487 Makes the game client parse and execute the specified internal game engine command.
  1488 Makes the game client parse and execute the specified internal game engine command.
  1488 
  1489