ICooldownSystem

Documents the ICooldownSystem class and its functions.

triangle-exclamation

Invoking ICooldownSystem

To invoke the cooldown system, use the following Global function:

cs = Game.ICooldownSystem()

Sub-functions

DoesCooldownExist

DoesCooldownExist(id : Int32) : Bool;

GetCIDByItemID

GetCIDByItemID(itemId : ItemID) : Int32;

GetCIDByOwnerAndName

GetCIDByOwnerAndName(owner : wref:Entity, cdName : CName) : Int32;

GetCIDByRecord

Register

RegisterAbility

RegisterFromRecord

Remove

Last updated