Difference between revisions of "TGame.LoadWeap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''function LoadWeap(WeaponMod: string): Boolean''''' WeaponMod: path to the weapon mod file Result: if ot worked or not ==Description== Changes the weapon mod<br> ==...")
 
m (Fixed typo `ot`)
Line 1: Line 1:
 
  '''''function LoadWeap(WeaponMod: string): Boolean'''''
 
  '''''function LoadWeap(WeaponMod: string): Boolean'''''
 
   WeaponMod: path to the weapon mod file
 
   WeaponMod: path to the weapon mod file
   Result: if ot worked or not
+
   Result: if it worked or not
  
 
==Description==
 
==Description==

Revision as of 16:42, 29 July 2013

function LoadWeap(WeaponMod: string): Boolean
 WeaponMod: path to the weapon mod file
 Result: if it worked or not

Description

Changes the weapon mod

Example

Game.LoadWep('sctfl.txt');