MurderMessageTypes
Namespace: Bang.Entities
Assembly: Murder.dll
public static class MurderMessageTypes
Collection of all ids for fetching components declared in this project.
⭐ Properties
AnimationCompleteMessage
public static int AnimationCompleteMessage { get; }
Unique Id used for the lookup of messages with type AnimationCompleteMessage.
Returns
int
AnimationEventMessage
public static int AnimationEventMessage { get; }
Unique Id used for the lookup of messages with type AnimationEventMessage.
Returns
int
CollidedWithMessage
public static int CollidedWithMessage { get; }
Unique Id used for the lookup of messages with type CollidedWithMessage.
Returns
int
FatalDamageMessage
public static int FatalDamageMessage { get; }
Unique Id used for the lookup of messages with type FatalDamageMessage.
Returns
int
HighlightMessage
public static int HighlightMessage { get; }
Unique Id used for the lookup of messages with type HighlightMessage.
Returns
int
InteractMessage
public static int InteractMessage { get; }
Unique Id used for the lookup of messages with type InteractMessage.
Returns
int
IsInsideOfMessage
public static int IsInsideOfMessage { get; }
Unique Id used for the lookup of messages with type IsInsideOfMessage.
Returns
int
NextDialogMessage
public static int NextDialogMessage { get; }
Unique Id used for the lookup of messages with type NextDialogMessage.
Returns
int
OnCollisionMessage
public static int OnCollisionMessage { get; }
Unique Id used for the lookup of messages with type OnCollisionMessage.
Returns
int
OnInteractExitMessage
public static int OnInteractExitMessage { get; }
Unique Id used for the lookup of messages with type OnInteractExitMessage.
Returns
int
PathNotPossibleMessage
public static int PathNotPossibleMessage { get; }
Unique Id used for the lookup of messages with type PathNotPossibleMessage.
Returns
int
PickChoiceMessage
public static int PickChoiceMessage { get; }
Unique Id used for the lookup of messages with type PickChoiceMessage.
Returns
int
ThetherSnapMessage
public static int ThetherSnapMessage { get; }
Unique Id used for the lookup of messages with type ThetherSnapMessage.
Returns
int
TouchedGroundMessage
public static int TouchedGroundMessage { get; }
Unique Id used for the lookup of messages with type TouchedGroundMessage.
Returns
int
⚡