✨Modifier
Last updated
Last updated
CModifier
.You can get modifiers from NPC.GetModifier
function.
CModifier
): string
Name | Type | Description |
---|---|---|
Returns the name of the modifier.
CModifier
): string
Name | Type | Description |
---|---|---|
Returns the name of the modifier's class.
CModifier
): string
Deprecated.
Name | Type | Description |
---|---|---|
Should return the name of the modifier's aura, but instead, it returns an empty string in all the cases I have tested.
CModifier
): integer
Deprecated.
Should return the serial number of the modifier, but instead, it returns 0 in all the cases I have tested.
CModifier
): integer
Deprecated.
Should return the string index of the modifier, but instead, it returns 0 in all the cases I have tested.
CModifier
): GetIndex
Returns the hero's modifier index. The index is an incrementable value with each new modifier the NPC gets
CModifier
): number
Returns the game time when the modifier was created.
CModifier
): integer
Returns the frame when the modifier was created. You could get current frame count from
GlobalVars.GetFrameCount
function.
CModifier
): number
Returns the game time when the modifier was last applied. Don't know cases when it can be
different from GetCreationTime
.
CModifier
): number
Returns the duration of the modifier.
CModifier
): number
Returns the game time when the modifier will expire.
CModifier
): integer
If there are stacks of the modifier, it returns the amount of stacks; otherwise, it returns 0.
CModifier
): integer
Deprecated.
Returns aura search team of the modifier.
CModifier
): integer
Deprecated.
Returns aura search type of the modifier.
CModifier
): integer
Deprecated.
Returns aura search flags of the modifier.
CModifier
): number
Deprecated.
Returns aura radius of the modifier.
CModifier
): Enum.TeamType
Returns team of the modifier.
CModifier
): integer
Deprecated.
Returns the attributes of the modifier.
CModifier
): boolean
Deprecated.
Returns true
if the modifier is an aura.
CModifier
): boolean
Deprecated.
Returns true
if the modifier aura active on death.
CModifier
): boolean
Deprecated.
Returns true
if the modifier is marked for deletion.
CModifier
): boolean
Deprecated.
Returns true
if aura is heal.
CModifier
): boolean
Returns true
if modifier is provided by an aura.
CModifier
): number
Returns the game time of the last modifier tick (~0.033 seconds).
CModifier
): number
Deprecated.
Returns the modifier's think interval.
CModifier
): number
Deprecated.
Return the modifier's think interval time accumulator.
CModifier
): boolean
Returns true
if is in aura range.
Returns the modifier's ability.
CModifier
): boolean
Returns true
if the modifier is a debuff.
Returns value of the field.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|