SwiftlyS2

IOnEntityIdentityAcceptInputHookEvent

Interface IOnEntityIdentityAcceptInputHookEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when the entity identity accept input hook is triggered.

public interface IOnEntityIdentityAcceptInputHookEvent

Properties

Activator

The value of the input being accepted.

CEntityInstance? Activator { get; }
Property Value

Caller

The caller of the input being accepted.

CEntityInstance? Caller { get; }
Property Value

EntityInstance

The entity instance.

CEntityInstance EntityInstance { get; }
Property Value

Identity

The entity identity.

CEntityIdentity Identity { get; }
Property Value

InputName

The name of the input being accepted.

string InputName { get; }
Property Value

OutputId

The output ID of the input being accepted.

int OutputId { get; }
Property Value

Result

The result of the hook.

HookResult Result { get; set; }
Property Value

VariantValue

The variant value of the input being accepted.

CVariant VariantValue { get; }
Property Value

On this page