Exports

For all exports it is important to use exports.wise_faction: before the export Name

Client

ExportArguments

inFFA() => boolean

none

inGangwar() => boolean

none

getFaction() => string

none

getFactionRank() => string

none

getFactionLevel() => integer

none

getFactionXP() => integer

none

Server

ExportArguments

getPlayerFaction(playerId) => Faction

playerId => integer

getFaction(factionName) => Faction

factionName => string

getFactionLevel(factionName) => integer

factionName => string

getFactionXP(factionName) => integer

factionName => string

addFactionXP(factionName, amount) => void

factionName => string amount => integer

Last updated