Developer API (Exports & Events)
Exports
Client exports
exports['3M_Wargames']:IsInMatch() -> boolean
exports['3M_Wargames']:IsInMatch() -> booleanif exports['3M_Wargames']:IsInMatch() then
-- disable your job UI / prevent certain actions
endexports['3M_Wargames']:WG_IsMeDead() -> boolean
exports['3M_Wargames']:WG_IsMeDead() -> booleanexports['3M_Wargames']:WG_ClientInstantRevive()
exports['3M_Wargames']:WG_ClientInstantRevive()Server exports
exports['3M_Wargames']:WG_Revive(src)
exports['3M_Wargames']:WG_Revive(src)exports['3M_Wargames']:KillfeedAdd(killerId, killedId, cause, flags)
exports['3M_Wargames']:KillfeedAdd(killerId, killedId, cause, flags)Last updated