HasBuff

From ARK Modding Wiki
Jump to navigation Jump to search


Replication Important

NoticeIconInactive.png

Must run on server

NoticeIconInactive.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

HasBuff - PrimalCharacter

How to Use

You can drag a wire of a PrimalCharacter reference in order to find this node, or search with context sensitive OFF.

The node checks to see if the PrimalCharacter you're checking has a Buff of the supplied class attached to it, returning a TRUE/FALSE.

Details

Inputs
Pin Reference Type Description
Target PrimalCharacter Character that you're wanting to check, defaults to Self.
Buff Class PrimalBuff Class The class of PrimalBuff that you're checking to see if attached to Character.
Use Exact Match Bool Prevents child classes of the provided buff class from returning true.


Outputs
Pin Reference Type Description
Return Value Bool Returns True if it finds an attached buff of provided class

Related Articles

What Links Here