Exports
For all exports it is important to use exports.wise_faction: before the export Name
Client
Export | Arguments |
---|---|
inFFA() => |
|
inGangwar() => |
|
getFaction() => |
|
getFactionRank() => |
|
getFactionLevel() => |
|
getFactionXP() => |
|
Server
Export | Arguments |
---|---|
getPlayerFaction(playerId) => | playerId => |
getFaction(factionName) => | factionName => |
getFactionLevel(factionName) => | factionName => |
getFactionXP(factionName) => | factionName => |
addFactionXP(factionName, amount) => | factionName => |
Last updated