Difference between revisions of "TGame.LoadWeap"
(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 | + | Result: if it worked or not |
==Description== | ==Description== |
Revision as of 15: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');