diff --git a/api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html b/api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html
index f8b0686..d5d64db 100644
--- a/api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html
+++ b/api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html
@@ -98,7 +98,6 @@
Implements
IKnockBackable
IStunnable
IItemImpactable
- ICharacterInteractable
ITransmorphableReceiver
IHUDDisplayable
IWhisperEmitter
@@ -254,13 +253,13 @@ Returns
-
- GetAnimatorController()
+
+ GetActionTypes()
Declaration
-
public RuntimeAnimatorController GetAnimatorController()
+
public ACTION_TYPE GetActionTypes()
Returns
@@ -272,20 +271,20 @@ Returns
- RuntimeAnimatorController |
+ ACTION_TYPE |
|
-
- GetHUDPositionProvider()
+
+ GetAnimatorController()
Declaration
-
public IPositionProvider GetHUDPositionProvider()
+
public RuntimeAnimatorController GetAnimatorController()
Returns
@@ -297,20 +296,20 @@ Returns
- IPositionProvider |
+ RuntimeAnimatorController |
|
-
- GetHurtBoxPosition()
+
+ GetHUDPositionProvider()
Declaration
-
public override Vector2 GetHurtBoxPosition()
+
public IPositionProvider GetHUDPositionProvider()
Returns
@@ -322,20 +321,20 @@ Returns
- Vector2 |
+ IPositionProvider |
|
-
- GetIndicatorPosition()
+
+ GetHurtBoxPosition()
Declaration
-
public Vector3 GetIndicatorPosition()
+
public override Vector2 GetHurtBoxPosition()
Returns
@@ -347,7 +346,7 @@ Returns
- Vector3 |
+ Vector2 |
|
@@ -479,60 +478,6 @@ Returns
-
- OnDetected(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetected(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
-
- OnDetectionRemoved(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetectionRemoved(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
ToggleHUD(ACTION_TYPE, Boolean)
@@ -573,9 +518,6 @@ Implements
IItemImpactable
-
- ICharacterInteractable
-
ITransmorphableReceiver
diff --git a/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html b/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html
index b149ddf..cc5fb1e 100644
--- a/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html
+++ b/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html
@@ -94,7 +94,6 @@ Inheritance
Implements
-
ICharacterInteractable
IHUDDisplayable
@@ -226,38 +225,13 @@ Returns
-
- GetHUDPositionProvider()
-
-
- Declaration
-
-
public IPositionProvider GetHUDPositionProvider()
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- IPositionProvider |
- |
-
-
-
-
-
-
- GetHurtBoxPosition()
+
+ GetActionTypes()
Declaration
-
public override Vector2 GetHurtBoxPosition()
+
public ACTION_TYPE GetActionTypes()
Returns
@@ -269,20 +243,20 @@ Returns
- Vector2 |
+ ACTION_TYPE |
|
-
- GetIndicatorPosition()
+
+ GetHUDPositionProvider()
Declaration
-
public Vector3 GetIndicatorPosition()
+
public IPositionProvider GetHUDPositionProvider()
Returns
@@ -294,20 +268,20 @@ Returns
- Vector3 |
+ IPositionProvider |
|
-
- GetPosition()
+
+ GetHurtBoxPosition()
Declaration
-
public Vector3 GetPosition()
+
public override Vector2 GetHurtBoxPosition()
Returns
@@ -319,61 +293,7 @@ Returns
- Vector3 |
- |
-
-
-
-
-
-
- OnDetected(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetected(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
-
- OnDetectionRemoved(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetectionRemoved(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
+ Vector2 |
|
@@ -485,9 +405,6 @@ Parameters
Implements
-
- ICharacterInteractable
-
IHUDDisplayable
diff --git a/api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html b/api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html
index cc1b316..4ebd120 100644
--- a/api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html
+++ b/api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html
@@ -235,6 +235,31 @@ Returns
+
+ GetActionTypes()
+
+
+ Declaration
+
+
public ACTION_TYPE GetActionTypes()
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ ACTION_TYPE |
+ |
+
+
+
+
+
GetHUDPositionProvider()
Gets the position provider used for the HUD system.
diff --git a/api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html b/api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html
index b500b1e..61bac7f 100644
--- a/api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html
+++ b/api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html
@@ -94,13 +94,13 @@
Inheritance
Implements
-
ICharacterInteractable
+
IHUDDisplayable
Assembly: cs.temp.dll.dll
Syntax
-
public class InteractableTrigger : MonoBehaviour
+
public class InteractableTrigger : HurtBox
Fields
@@ -128,18 +128,112 @@ Field Value
+ Properties
+
+
+
+
+ HUDPositionProvider
+
+
+ Declaration
+
+
public EntityHUDPositionProvider HUDPositionProvider { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ EntityHUDPositionProvider |
+ |
+
+
+
+
+
+
+ HUDStream
+
+
+ Declaration
+
+
public StreamId.EntityHUD HUDStream { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ StreamId.EntityHUD |
+ |
+
+
+
+
+
+
+ ViewID
+
+
+ Declaration
+
+
public override int ViewID { get; }
+
+ Property Value
+
+
+
+ Type |
+ Description |
+
+
+
+
+ System.Int32 |
+ |
+
+
+
Methods
-
- GetIndicatorPosition()
+
+ CanInteract(HitBox)
Declaration
-
public Vector3 GetIndicatorPosition()
+
public override bool CanInteract(HitBox hitBox)
+ Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ HitBox |
+ hitBox |
+ |
+
+
+
Returns
@@ -150,20 +244,20 @@ Returns
- Vector3 |
+ System.Boolean |
|
-
- GetPosition()
+
+ GetActionTypes()
Declaration
-
public Vector3 GetPosition()
+
public ACTION_TYPE GetActionTypes()
Returns
@@ -175,47 +269,70 @@ Returns
- Vector3 |
+ ACTION_TYPE |
|
-
- OnDetected(CharacterFacade)
+
+ GetHUDPositionProvider()
Declaration
-
public void OnDetected(CharacterFacade byCharacter)
+
public IPositionProvider GetHUDPositionProvider()
- Parameters
+ Returns
Type |
- Name |
Description |
- CharacterFacade |
- byCharacter |
+ IPositionProvider |
|
-
- OnDetectionRemoved(CharacterFacade)
+
+ GetHurtBoxPosition()
Declaration
-
public void OnDetectionRemoved(CharacterFacade byCharacter)
+
public override Vector2 GetHurtBoxPosition()
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ Vector2 |
+ |
+
+
+
+
+
+
+ ToggleHUD(ACTION_TYPE, Boolean)
+
+
+ Declaration
+
+
public void ToggleHUD(ACTION_TYPE actionType, bool active)
Parameters
@@ -228,15 +345,20 @@ Parameters
- CharacterFacade |
- byCharacter |
+ ACTION_TYPE |
+ actionType |
+ |
+
+
+ System.Boolean |
+ active |
|
Implements
- ICharacterInteractable
+ IHUDDisplayable
diff --git a/api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html b/api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html
deleted file mode 100644
index 28bcfae..0000000
--- a/api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
- Interface ICharacterInteractable
- | Catch.io Developer Reference
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Search Results for
-
-
-
-
-
-
-
-
-
-
-
-
- Interface ICharacterInteractable
-
-
-
-
- Assembly: cs.temp.dll.dll
- Syntax
-
-
public interface ICharacterInteractable
-
- Methods
-
-
-
-
- GetIndicatorPosition()
- Get the position to show action indicator
-
-
- Declaration
-
-
Vector3 GetIndicatorPosition()
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- Vector3 |
- Indicator position
- |
-
-
-
-
-
-
- GetPosition()
- Get the object position
-
-
- Declaration
-
-
Vector3 GetPosition()
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- Vector3 |
- Object position
- |
-
-
-
-
-
-
- OnDetected(CharacterFacade)
- Called when a player detects this object.
-
-
- Declaration
-
-
void OnDetected(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
-
- OnDetectionRemoved(CharacterFacade)
- Called when a player removes this object from detection.
-
-
- Declaration
-
-
void OnDetectionRemoved(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html b/api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html
index 6135414..696a7e4 100644
--- a/api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html
+++ b/api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html
@@ -151,6 +151,32 @@ Methods
+
+ GetActionTypes()
+ Get possible actions that can be done to this hurtbox
+
+
+ Declaration
+
+
ACTION_TYPE GetActionTypes()
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ ACTION_TYPE |
+ |
+
+
+
+
+
GetHUDPositionProvider()
Gets the position provider used by the HUD for this entity.
diff --git a/api/CatchIo.Runtime.Interfaces.html b/api/CatchIo.Runtime.Interfaces.html
index f03a75a..908fd74 100644
--- a/api/CatchIo.Runtime.Interfaces.html
+++ b/api/CatchIo.Runtime.Interfaces.html
@@ -91,8 +91,6 @@
-
-
- Type |
- Name |
- Description |
-
-
-
-
- ACTION_TYPE |
- actionType |
- The action type containing flags to hide.
- |
-
-
-
diff --git a/api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html b/api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html
index 3d8ed33..77dc21d 100644
--- a/api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html
+++ b/api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html
@@ -94,7 +94,6 @@
Inheritance
Implements
IKnockBackable
ITransmorphableReceiver
-
ICharacterInteractable
IHUDDisplayable
Namespace: CatchIo.Runtime.NPC.Receivers
@@ -251,38 +250,13 @@ Returns
-
- GetAnimatorController()
-
-
- Declaration
-
-
public RuntimeAnimatorController GetAnimatorController()
-
- Returns
-
-
-
- Type |
- Description |
-
-
-
-
- RuntimeAnimatorController |
- |
-
-
-
-
-
-
- GetHUDPositionProvider()
+
+ GetActionTypes()
Declaration
-
public IPositionProvider GetHUDPositionProvider()
+
public ACTION_TYPE GetActionTypes()
Returns
@@ -294,20 +268,20 @@ Returns
- IPositionProvider |
+ ACTION_TYPE |
|
-
- GetHurtBoxPosition()
+
+ GetAnimatorController()
Declaration
-
public override Vector2 GetHurtBoxPosition()
+
public RuntimeAnimatorController GetAnimatorController()
Returns
@@ -319,20 +293,20 @@ Returns
- Vector2 |
+ RuntimeAnimatorController |
|
-
- GetIndicatorPosition()
+
+ GetHUDPositionProvider()
Declaration
-
public Vector3 GetIndicatorPosition()
+
public IPositionProvider GetHUDPositionProvider()
Returns
@@ -344,20 +318,20 @@ Returns
- Vector3 |
+ IPositionProvider |
|
-
- GetPosition()
+
+ GetHurtBoxPosition()
Declaration
-
public Vector3 GetPosition()
+
public override Vector2 GetHurtBoxPosition()
Returns
@@ -369,7 +343,7 @@ Returns
- Vector3 |
+ Vector2 |
|
@@ -405,60 +379,6 @@ Parameters
-
- OnDetected(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetected(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
-
- OnDetectionRemoved(CharacterFacade)
-
-
- Declaration
-
-
public void OnDetectionRemoved(CharacterFacade byCharacter)
-
- Parameters
-
-
-
- Type |
- Name |
- Description |
-
-
-
-
- CharacterFacade |
- byCharacter |
- |
-
-
-
-
-
TakeDamage(IDamage, Int32)
Overrides the TakeDamage method to apply direct damage to the agent.
@@ -570,9 +490,6 @@
Implements
ITransmorphableReceiver
-
- ICharacterInteractable
-
IHUDDisplayable
diff --git a/api/toc.html b/api/toc.html
index 4a05747..f69f516 100644
--- a/api/toc.html
+++ b/api/toc.html
@@ -973,9 +973,6 @@
ICharacterDetectable
-
- ICharacterInteractable
-
IDamageInterceptable
diff --git a/index.json b/index.json
index 2fafe93..e562130 100644
--- a/index.json
+++ b/index.json
@@ -652,7 +652,7 @@
"api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html": {
"href": "api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html",
"title": "Class CharacterBodyDamageReceiver | Catch.io Developer Reference",
- "keywords": "Class CharacterBodyDamageReceiver A sealed class that handles damage specifically to the character's body. This is used when objects can apply damage only to the body collider of the character. Inheritance System.Object CharacterDamageReceiver CharacterBodyDamageReceiver Implements IKnockBackable IStunnable IItemImpactable ICharacterInteractable ITransmorphableReceiver IHUDDisplayable IWhisperEmitter Inherited Members CharacterDamageReceiver._character CharacterDamageReceiver.OnImpactTaken CharacterDamageReceiver.IsAlive CharacterDamageReceiver.LookDirectionState CharacterDamageReceiver.Owner CharacterDamageReceiver.TakeDamage(IDamage, Int32) CharacterDamageReceiver.TakeDOTDamage(DOTDamage, Int32) CharacterDamageReceiver.KnockBack(KnockBackData) CharacterDamageReceiver.Stun(Single) CharacterDamageReceiver.GetViewID() CharacterDamageReceiver.TakeImpact(Int32, IItemImpact) CharacterDamageReceiver.CanInteract(HitBox) Namespace : CatchIo.Runtime.Character.Receivers Assembly : cs.temp.dll.dll Syntax public sealed class CharacterBodyDamageReceiver : CharacterDamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanPlay() Declaration public bool CanPlay() Returns Type Description System.Boolean GetAnimatorController() Declaration public RuntimeAnimatorController GetAnimatorController() Returns Type Description RuntimeAnimatorController GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 GetIndicatorPosition() Declaration public Vector3 GetIndicatorPosition() Returns Type Description Vector3 GetPlayer() Declaration public CharacterFacade GetPlayer() Returns Type Description CharacterFacade GetPosition() Declaration public Vector3 GetPosition() Returns Type Description Vector3 HasOverlay() Declaration public bool HasOverlay() Returns Type Description System.Boolean IsMine() Declaration public bool IsMine() Returns Type Description System.Boolean IsPlayer() Declaration public bool IsPlayer() Returns Type Description System.Boolean OnDetected(CharacterFacade) Declaration public void OnDetected(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter OnDetectionRemoved(CharacterFacade) Declaration public void OnDetectionRemoved(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IKnockBackable IStunnable IItemImpactable ICharacterInteractable ITransmorphableReceiver IHUDDisplayable IWhisperEmitter"
+ "keywords": "Class CharacterBodyDamageReceiver A sealed class that handles damage specifically to the character's body. This is used when objects can apply damage only to the body collider of the character. Inheritance System.Object CharacterDamageReceiver CharacterBodyDamageReceiver Implements IKnockBackable IStunnable IItemImpactable ITransmorphableReceiver IHUDDisplayable IWhisperEmitter Inherited Members CharacterDamageReceiver._character CharacterDamageReceiver.OnImpactTaken CharacterDamageReceiver.IsAlive CharacterDamageReceiver.LookDirectionState CharacterDamageReceiver.Owner CharacterDamageReceiver.TakeDamage(IDamage, Int32) CharacterDamageReceiver.TakeDOTDamage(DOTDamage, Int32) CharacterDamageReceiver.KnockBack(KnockBackData) CharacterDamageReceiver.Stun(Single) CharacterDamageReceiver.GetViewID() CharacterDamageReceiver.TakeImpact(Int32, IItemImpact) CharacterDamageReceiver.CanInteract(HitBox) Namespace : CatchIo.Runtime.Character.Receivers Assembly : cs.temp.dll.dll Syntax public sealed class CharacterBodyDamageReceiver : CharacterDamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanPlay() Declaration public bool CanPlay() Returns Type Description System.Boolean GetActionTypes() Declaration public ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetAnimatorController() Declaration public RuntimeAnimatorController GetAnimatorController() Returns Type Description RuntimeAnimatorController GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 GetPlayer() Declaration public CharacterFacade GetPlayer() Returns Type Description CharacterFacade GetPosition() Declaration public Vector3 GetPosition() Returns Type Description Vector3 HasOverlay() Declaration public bool HasOverlay() Returns Type Description System.Boolean IsMine() Declaration public bool IsMine() Returns Type Description System.Boolean IsPlayer() Declaration public bool IsPlayer() Returns Type Description System.Boolean ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IKnockBackable IStunnable IItemImpactable ITransmorphableReceiver IHUDDisplayable IWhisperEmitter"
},
"api/CatchIo.Runtime.Character.Receivers.CharacterDamageReceiver.html": {
"href": "api/CatchIo.Runtime.Character.Receivers.CharacterDamageReceiver.html",
@@ -942,7 +942,7 @@
"api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html": {
"href": "api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html",
"title": "Class TrapObjectDamageReceiver | Catch.io Developer Reference",
- "keywords": "Class TrapObjectDamageReceiver Class that handles damage specifically for trap objects. Inherits from DamageReceiver and manages how traps receive direct damage, but ignores DOT (damage-over-time). Inheritance System.Object TrapObjectDamageReceiver Implements ICharacterInteractable IHUDDisplayable Namespace : CatchIo.Runtime.DynmaicObjects.TrapObjects Assembly : cs.temp.dll.dll Syntax public class TrapObjectDamageReceiver : DamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanInteract(HitBox) Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox Returns Type Description System.Boolean GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 GetIndicatorPosition() Declaration public Vector3 GetIndicatorPosition() Returns Type Description Vector3 GetPosition() Declaration public Vector3 GetPosition() Returns Type Description Vector3 OnDetected(CharacterFacade) Declaration public void OnDetected(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter OnDetectionRemoved(CharacterFacade) Declaration public void OnDetectionRemoved(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter TakeDamage(IDamage, Int32) Overrides the TakeDamage method to apply direct damage to the trap object. This method handles two types of damage: FixedDamage and PercentageDamage. FixedDamage applies a constant amount of damage. PercentageDamage applies a percentage of the trap's current health as damage. If the trap's health is zero or below, no damage is applied. Declaration public override void TakeDamage(IDamage damage, int attackerViewID) Parameters Type Name Description IDamage damage An instance of IDamage containing details about the damage. System.Int32 attackerViewID TakeDOTDamage(DOTDamage, Int32) Overrides the TakeDOTDamage method but does nothing, as trap objects do not take damage-over-time (DOT). Declaration public override void TakeDOTDamage(DOTDamage dotDamage, int attackerViewID) Parameters Type Name Description DOTDamage dotDamage An instance of DOTDamage containing details about the DOT damage (ignored). System.Int32 attackerViewID ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements ICharacterInteractable IHUDDisplayable"
+ "keywords": "Class TrapObjectDamageReceiver Class that handles damage specifically for trap objects. Inherits from DamageReceiver and manages how traps receive direct damage, but ignores DOT (damage-over-time). Inheritance System.Object TrapObjectDamageReceiver Implements IHUDDisplayable Namespace : CatchIo.Runtime.DynmaicObjects.TrapObjects Assembly : cs.temp.dll.dll Syntax public class TrapObjectDamageReceiver : DamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanInteract(HitBox) Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox Returns Type Description System.Boolean GetActionTypes() Declaration public ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 TakeDamage(IDamage, Int32) Overrides the TakeDamage method to apply direct damage to the trap object. This method handles two types of damage: FixedDamage and PercentageDamage. FixedDamage applies a constant amount of damage. PercentageDamage applies a percentage of the trap's current health as damage. If the trap's health is zero or below, no damage is applied. Declaration public override void TakeDamage(IDamage damage, int attackerViewID) Parameters Type Name Description IDamage damage An instance of IDamage containing details about the damage. System.Int32 attackerViewID TakeDOTDamage(DOTDamage, Int32) Overrides the TakeDOTDamage method but does nothing, as trap objects do not take damage-over-time (DOT). Declaration public override void TakeDOTDamage(DOTDamage dotDamage, int attackerViewID) Parameters Type Name Description DOTDamage dotDamage An instance of DOTDamage containing details about the DOT damage (ignored). System.Int32 attackerViewID ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IHUDDisplayable"
},
"api/CatchIo.Runtime.Entities.Detectors.SoundWave.html": {
"href": "api/CatchIo.Runtime.Entities.Detectors.SoundWave.html",
@@ -992,7 +992,7 @@
"api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html": {
"href": "api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html",
"title": "Class EntityScoutingMarkHurtBox | Catch.io Developer Reference",
- "keywords": "Class EntityScoutingMarkHurtBox Base class for entities that can be marked as part of the scouting system. Implements the interface for markable entities and for HUD interactions. Inherits from . Inheritance System.Object EntityScoutingMarkHurtBox Implements IEntityScoutingMarkable IHUDDisplayable Namespace : CatchIo.Runtime.Entities.HurtBoxes Assembly : cs.temp.dll.dll Syntax public abstract class EntityScoutingMarkHurtBox : HurtBox Fields _photonView Reference to the PhotonView component for network synchronization. Declaration protected PhotonView _photonView Field Value Type Description PhotonView Properties HUDPositionProvider Provides the position for displaying HUD elements for this entity. Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream The signal stream used to communicate with the HUD system. Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD Methods CanInteract(HitBox) Determines whether the entity can interact with the specified hitbox. Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox The hitbox attempting interaction. Returns Type Description System.Boolean True if the interaction is allowed, otherwise false. GetHUDPositionProvider() Gets the position provider used for the HUD system. Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider The for this entity. GetHurtBoxPosition() Gets the position of the hurtbox in world coordinates. Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 The position of the hurtbox as a . Mark(Int32, String) Applies a mark to the entity with the specified parameters. Must be implemented by derived classes. Declaration public abstract void Mark(int markerViewID, string markSFX) Parameters Type Name Description System.Int32 markerViewID The PhotonView ID of the marker. System.String markSFX The sound effect associated with the marking action. Start() Initializes the PhotonView reference on start. Declaration protected virtual void Start() ToggleHUD(ACTION_TYPE, Boolean) Toggles the HUD elements for this entity, sending a signal with the interaction details. Declaration public virtual void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType The type of action being performed. System.Boolean active Whether the HUD element should be activated or deactivated. Events OnDestroyed Event triggered when the entity is destroyed, passing its ViewID. Declaration public event Action
OnDestroyed Event Type Type Description System.Action < System.Int32 > Implements IEntityScoutingMarkable IHUDDisplayable"
+ "keywords": "Class EntityScoutingMarkHurtBox Base class for entities that can be marked as part of the scouting system. Implements the interface for markable entities and for HUD interactions. Inherits from . Inheritance System.Object EntityScoutingMarkHurtBox Implements IEntityScoutingMarkable IHUDDisplayable Namespace : CatchIo.Runtime.Entities.HurtBoxes Assembly : cs.temp.dll.dll Syntax public abstract class EntityScoutingMarkHurtBox : HurtBox Fields _photonView Reference to the PhotonView component for network synchronization. Declaration protected PhotonView _photonView Field Value Type Description PhotonView Properties HUDPositionProvider Provides the position for displaying HUD elements for this entity. Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream The signal stream used to communicate with the HUD system. Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD Methods CanInteract(HitBox) Determines whether the entity can interact with the specified hitbox. Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox The hitbox attempting interaction. Returns Type Description System.Boolean True if the interaction is allowed, otherwise false. GetActionTypes() Declaration public ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetHUDPositionProvider() Gets the position provider used for the HUD system. Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider The for this entity. GetHurtBoxPosition() Gets the position of the hurtbox in world coordinates. Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 The position of the hurtbox as a . Mark(Int32, String) Applies a mark to the entity with the specified parameters. Must be implemented by derived classes. Declaration public abstract void Mark(int markerViewID, string markSFX) Parameters Type Name Description System.Int32 markerViewID The PhotonView ID of the marker. System.String markSFX The sound effect associated with the marking action. Start() Initializes the PhotonView reference on start. Declaration protected virtual void Start() ToggleHUD(ACTION_TYPE, Boolean) Toggles the HUD elements for this entity, sending a signal with the interaction details. Declaration public virtual void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType The type of action being performed. System.Boolean active Whether the HUD element should be activated or deactivated. Events OnDestroyed Event triggered when the entity is destroyed, passing its ViewID. Declaration public event Action OnDestroyed Event Type Type Description System.Action < System.Int32 > Implements IEntityScoutingMarkable IHUDDisplayable"
},
"api/CatchIo.Runtime.Entities.HurtBoxes.html": {
"href": "api/CatchIo.Runtime.Entities.HurtBoxes.html",
@@ -1197,7 +1197,7 @@
"api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html": {
"href": "api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html",
"title": "Class InteractableTrigger | Catch.io Developer Reference",
- "keywords": "Class InteractableTrigger This used for capture input from player and pass to all interactable objects that are connected to this Inheritance System.Object InteractableTrigger Implements ICharacterInteractable Namespace : CatchIo.Runtime.Environment.Interactable Assembly : cs.temp.dll.dll Syntax public class InteractableTrigger : MonoBehaviour Fields InteractableObjects Declaration public List InteractableObjects Field Value Type Description System.Collections.Generic.List < InteractableObject > Methods GetIndicatorPosition() Declaration public Vector3 GetIndicatorPosition() Returns Type Description Vector3 GetPosition() Declaration public Vector3 GetPosition() Returns Type Description Vector3 OnDetected(CharacterFacade) Declaration public void OnDetected(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter OnDetectionRemoved(CharacterFacade) Declaration public void OnDetectionRemoved(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter Implements ICharacterInteractable"
+ "keywords": "Class InteractableTrigger This used for capture input from player and pass to all interactable objects that are connected to this Inheritance System.Object InteractableTrigger Implements IHUDDisplayable Namespace : CatchIo.Runtime.Environment.Interactable Assembly : cs.temp.dll.dll Syntax public class InteractableTrigger : HurtBox Fields InteractableObjects Declaration public List InteractableObjects Field Value Type Description System.Collections.Generic.List < InteractableObject > Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanInteract(HitBox) Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox Returns Type Description System.Boolean GetActionTypes() Declaration public ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IHUDDisplayable"
},
"api/CatchIo.Runtime.Environment.Interactable.SignPost.html": {
"href": "api/CatchIo.Runtime.Environment.Interactable.SignPost.html",
@@ -1217,18 +1217,13 @@
"api/CatchIo.Runtime.Interfaces.html": {
"href": "api/CatchIo.Runtime.Interfaces.html",
"title": "Namespace CatchIo.Runtime.Interfaces | Catch.io Developer Reference",
- "keywords": "Namespace CatchIo.Runtime.Interfaces Interfaces ICharacterDetectable Interface for character detecting, providing methods for handling detection and missing events. Each character implementing this interface has a unique ViewID for identification in networked environment. ICharacterInteractable IDamageInterceptable IDetectable IEffectPlayable Interface inherited by objects that contains a playable effect. IEntityMarkBlockable IEntityScoutingMarkable Defines an interface for entities that can be marked as part of the scouting system. Entities implementing this interface support being marked and provide positional data. IHUDDisplayable Defines an interface for entities that support HUD display functionality. Entities implementing this interface can provide HUD positioning and toggle visibility. IItemImpact Interface for defining impact effects that can be applied to a target or at a specific position. Implementing classes can specify different types of effects such as damage, buffs, or summoning. IItemImpactable Interface for objects that can receive impact effects, such as damage or status effects, from items. Defines events and methods for managing impacts, allowing for interaction with IItemImpact . IMarkingEntity IPositionProvider Provides an interface for objects that can supply positional information. ISceneMode ISoundDetectable ISurfaceObservable"
+ "keywords": "Namespace CatchIo.Runtime.Interfaces Interfaces ICharacterDetectable Interface for character detecting, providing methods for handling detection and missing events. Each character implementing this interface has a unique ViewID for identification in networked environment. IDamageInterceptable IDetectable IEffectPlayable Interface inherited by objects that contains a playable effect. IEntityMarkBlockable IEntityScoutingMarkable Defines an interface for entities that can be marked as part of the scouting system. Entities implementing this interface support being marked and provide positional data. IHUDDisplayable Defines an interface for entities that support HUD display functionality. Entities implementing this interface can provide HUD positioning and toggle visibility. IItemImpact Interface for defining impact effects that can be applied to a target or at a specific position. Implementing classes can specify different types of effects such as damage, buffs, or summoning. IItemImpactable Interface for objects that can receive impact effects, such as damage or status effects, from items. Defines events and methods for managing impacts, allowing for interaction with IItemImpact . IMarkingEntity IPositionProvider Provides an interface for objects that can supply positional information. ISceneMode ISoundDetectable ISurfaceObservable"
},
"api/CatchIo.Runtime.Interfaces.ICharacterDetectable.html": {
"href": "api/CatchIo.Runtime.Interfaces.ICharacterDetectable.html",
"title": "Interface ICharacterDetectable | Catch.io Developer Reference",
"keywords": "Interface ICharacterDetectable Interface for character detecting, providing methods for handling detection and missing events. Each character implementing this interface has a unique ViewID for identification in networked environment. Namespace : CatchIo.Runtime.Interfaces Assembly : cs.temp.dll.dll Syntax public interface ICharacterDetectable Properties ViewID The unique identifier for the character's PhotonView. Used to distinguish between different networked characters. Declaration int ViewID { get; } Property Value Type Description System.Int32 Methods Detect() Called when the character is detected by another entity(player). Declaration void Detect() Miss() Called when the character is no longer detected. Declaration void Miss()"
},
- "api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html": {
- "href": "api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html",
- "title": "Interface ICharacterInteractable | Catch.io Developer Reference",
- "keywords": "Interface ICharacterInteractable Namespace : CatchIo.Runtime.Interfaces Assembly : cs.temp.dll.dll Syntax public interface ICharacterInteractable Methods GetIndicatorPosition() Get the position to show action indicator Declaration Vector3 GetIndicatorPosition() Returns Type Description Vector3 Indicator position GetPosition() Get the object position Declaration Vector3 GetPosition() Returns Type Description Vector3 Object position OnDetected(CharacterFacade) Called when a player detects this object. Declaration void OnDetected(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter OnDetectionRemoved(CharacterFacade) Called when a player removes this object from detection. Declaration void OnDetectionRemoved(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter"
- },
"api/CatchIo.Runtime.Interfaces.IDamageInterceptable.html": {
"href": "api/CatchIo.Runtime.Interfaces.IDamageInterceptable.html",
"title": "Interface IDamageInterceptable | Catch.io Developer Reference",
@@ -1257,7 +1252,7 @@
"api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html": {
"href": "api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html",
"title": "Interface IHUDDisplayable | Catch.io Developer Reference",
- "keywords": "Interface IHUDDisplayable Defines an interface for entities that support HUD display functionality. Entities implementing this interface can provide HUD positioning and toggle visibility. Namespace : CatchIo.Runtime.Interfaces Assembly : cs.temp.dll.dll Syntax public interface IHUDDisplayable Properties HUDPositionProvider Provides the position of the HUD element for this entity. Declaration EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream The signal stream used for managing HUD updates related to this entity. Declaration StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD Methods GetHUDPositionProvider() Gets the position provider used by the HUD for this entity. Declaration IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider The IPositionProvider implementation for the entity. ToggleHUD(ACTION_TYPE, Boolean) Toggles the visibility of the HUD for this entity. Declaration void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType The type of action being performed on the HUD. System.Boolean active True to activate the HUD, false to deactivate it."
+ "keywords": "Interface IHUDDisplayable Defines an interface for entities that support HUD display functionality. Entities implementing this interface can provide HUD positioning and toggle visibility. Namespace : CatchIo.Runtime.Interfaces Assembly : cs.temp.dll.dll Syntax public interface IHUDDisplayable Properties HUDPositionProvider Provides the position of the HUD element for this entity. Declaration EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream The signal stream used for managing HUD updates related to this entity. Declaration StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD Methods GetActionTypes() Get possible actions that can be done to this hurtbox Declaration ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetHUDPositionProvider() Gets the position provider used by the HUD for this entity. Declaration IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider The IPositionProvider implementation for the entity. ToggleHUD(ACTION_TYPE, Boolean) Toggles the visibility of the HUD for this entity. Declaration void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType The type of action being performed on the HUD. System.Boolean active True to activate the HUD, false to deactivate it."
},
"api/CatchIo.Runtime.Interfaces.IItemImpact.html": {
"href": "api/CatchIo.Runtime.Interfaces.IItemImpact.html",
@@ -1702,7 +1697,7 @@
"api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html": {
"href": "api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html",
"title": "Class InteractionIndicator | Catch.io Developer Reference",
- "keywords": "Class InteractionIndicator Manages the display of interaction indicators, supporting multiple actions with pooled HUD elements. Inheritance System.Object InteractionIndicator Namespace : CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD Assembly : cs.temp.dll.dll Syntax public class InteractionIndicator : MonoBehaviour Properties IsActive Indicates whether the interaction indicator is currently active. Declaration public bool IsActive { get; } Property Value Type Description System.Boolean Methods Hide(ACTION_TYPE) Hides the specified actions based on the flags in the action type and removes them from active actions. Declaration public void Hide(ACTION_TYPE actionType) Parameters Type Name Description ACTION_TYPE actionType The action type containing flags to hide. HideAll() Hides all active actions and clears the set of active actions. Declaration public void HideAll() HideName() Hide name text Declaration public void HideName() InitializeActionHUDPool() Initializes the pool of HUD elements based on the maximum count. Declaration public void InitializeActionHUDPool() Show(ACTION_TYPE, Sprite, String) Displays interaction actions for all flags in the specified action type that are not already active. Declaration public bool Show(ACTION_TYPE actionType, Sprite sprite, string text) Parameters Type Name Description ACTION_TYPE actionType The action type containing flags to display. Sprite sprite The icon to display for each action. System.String text The text description for each action. Returns Type Description System.Boolean True if any actions were successfully displayed; otherwise, false. ShowName(String, Color) Show interactable name Declaration public void ShowName(string name, Color color) Parameters Type Name Description System.String name Name of interactable Color color Color for the name text"
+ "keywords": "Class InteractionIndicator Manages the display of interaction indicators, supporting multiple actions with pooled HUD elements. Inheritance System.Object InteractionIndicator Namespace : CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD Assembly : cs.temp.dll.dll Syntax public class InteractionIndicator : MonoBehaviour Properties IsActive Indicates whether the interaction indicator is currently active. Declaration public bool IsActive { get; } Property Value Type Description System.Boolean Methods Hide() Hides the specified actions based on the flags in the action type and removes them from active actions. Declaration public void Hide() HideAll() Hides all active actions and clears the set of active actions. Declaration public void HideAll() HideName() Hide name text Declaration public void HideName() InitializeActionHUDPool() Initializes the pool of HUD elements based on the maximum count. Declaration public void InitializeActionHUDPool() Show(ACTION_TYPE, Sprite, String) Displays interaction actions for all flags in the specified action type that are not already active. Declaration public bool Show(ACTION_TYPE actionType, Sprite sprite, string text) Parameters Type Name Description ACTION_TYPE actionType The action type containing flags to display. Sprite sprite The icon to display for each action. System.String text The text description for each action. Returns Type Description System.Boolean True if any actions were successfully displayed; otherwise, false. ShowName(String, Color) Show interactable name Declaration public void ShowName(string name, Color color) Parameters Type Name Description System.String name Name of interactable Color color Color for the name text"
},
"api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicatorOverlay.html": {
"href": "api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicatorOverlay.html",
@@ -2107,7 +2102,7 @@
"api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html": {
"href": "api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html",
"title": "Class NPCDamageReceiver | Catch.io Developer Reference",
- "keywords": "Class NPCDamageReceiver Inheritance System.Object NPCDamageReceiver Implements IKnockBackable ITransmorphableReceiver ICharacterInteractable IHUDDisplayable Namespace : CatchIo.Runtime.NPC.Receivers Assembly : cs.temp.dll.dll Syntax public class NPCDamageReceiver : DamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD IsAlive Declaration public bool IsAlive { get; } Property Value Type Description System.Boolean ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanInteract(HitBox) Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox Returns Type Description System.Boolean GetAnimatorController() Declaration public RuntimeAnimatorController GetAnimatorController() Returns Type Description RuntimeAnimatorController GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 GetIndicatorPosition() Declaration public Vector3 GetIndicatorPosition() Returns Type Description Vector3 GetPosition() Declaration public Vector3 GetPosition() Returns Type Description Vector3 KnockBack(KnockBackData) Applies knockback to the agent based on the provided KnockBackData. Declaration public void KnockBack(KnockBackData knockBackData) Parameters Type Name Description KnockBackData knockBackData An instance of KnockBackData containing details about the knockback force and direction. OnDetected(CharacterFacade) Declaration public void OnDetected(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter OnDetectionRemoved(CharacterFacade) Declaration public void OnDetectionRemoved(CharacterFacade byCharacter) Parameters Type Name Description CharacterFacade byCharacter TakeDamage(IDamage, Int32) Overrides the TakeDamage method to apply direct damage to the agent. This method handles two types of damage: FixedDamage and PercentageDamage. FixedDamage applies a constant amount of damage. PercentageDamage applies a percentage of the agent's current health as damage. If the agent's health is zero or below, no damage is applied. Declaration public override void TakeDamage(IDamage damage, int attackerViewID) Parameters Type Name Description IDamage damage An instance of IDamage containing details about the damage. System.Int32 attackerViewID TakeDOTDamage(DOTDamage, Int32) Overrides the TakeDOTDamage method but does nothing, as agent do not take damage-over-time. Declaration public override void TakeDOTDamage(DOTDamage dotDamage, int attackerViewID) Parameters Type Name Description DOTDamage dotDamage An instance of DOTDamage containing details about the DOT damage(ignored). System.Int32 attackerViewID ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IKnockBackable ITransmorphableReceiver ICharacterInteractable IHUDDisplayable"
+ "keywords": "Class NPCDamageReceiver Inheritance System.Object NPCDamageReceiver Implements IKnockBackable ITransmorphableReceiver IHUDDisplayable Namespace : CatchIo.Runtime.NPC.Receivers Assembly : cs.temp.dll.dll Syntax public class NPCDamageReceiver : DamageReceiver Properties HUDPositionProvider Declaration public EntityHUDPositionProvider HUDPositionProvider { get; } Property Value Type Description EntityHUDPositionProvider HUDStream Declaration public StreamId.EntityHUD HUDStream { get; } Property Value Type Description StreamId.EntityHUD IsAlive Declaration public bool IsAlive { get; } Property Value Type Description System.Boolean ViewID Declaration public override int ViewID { get; } Property Value Type Description System.Int32 Methods CanInteract(HitBox) Declaration public override bool CanInteract(HitBox hitBox) Parameters Type Name Description HitBox hitBox Returns Type Description System.Boolean GetActionTypes() Declaration public ACTION_TYPE GetActionTypes() Returns Type Description ACTION_TYPE GetAnimatorController() Declaration public RuntimeAnimatorController GetAnimatorController() Returns Type Description RuntimeAnimatorController GetHUDPositionProvider() Declaration public IPositionProvider GetHUDPositionProvider() Returns Type Description IPositionProvider GetHurtBoxPosition() Declaration public override Vector2 GetHurtBoxPosition() Returns Type Description Vector2 KnockBack(KnockBackData) Applies knockback to the agent based on the provided KnockBackData. Declaration public void KnockBack(KnockBackData knockBackData) Parameters Type Name Description KnockBackData knockBackData An instance of KnockBackData containing details about the knockback force and direction. TakeDamage(IDamage, Int32) Overrides the TakeDamage method to apply direct damage to the agent. This method handles two types of damage: FixedDamage and PercentageDamage. FixedDamage applies a constant amount of damage. PercentageDamage applies a percentage of the agent's current health as damage. If the agent's health is zero or below, no damage is applied. Declaration public override void TakeDamage(IDamage damage, int attackerViewID) Parameters Type Name Description IDamage damage An instance of IDamage containing details about the damage. System.Int32 attackerViewID TakeDOTDamage(DOTDamage, Int32) Overrides the TakeDOTDamage method but does nothing, as agent do not take damage-over-time. Declaration public override void TakeDOTDamage(DOTDamage dotDamage, int attackerViewID) Parameters Type Name Description DOTDamage dotDamage An instance of DOTDamage containing details about the DOT damage(ignored). System.Int32 attackerViewID ToggleHUD(ACTION_TYPE, Boolean) Declaration public void ToggleHUD(ACTION_TYPE actionType, bool active) Parameters Type Name Description ACTION_TYPE actionType System.Boolean active Implements IKnockBackable ITransmorphableReceiver IHUDDisplayable"
},
"api/CatchIo.Runtime.NPC.Receivers.NPCDetectable.html": {
"href": "api/CatchIo.Runtime.NPC.Receivers.NPCDetectable.html",
diff --git a/manifest.json b/manifest.json
index cfa2e4e..58c21d3 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1576,7 +1576,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html",
- "hash": "kVCTc6HkGi0IySTeXnkEH1UCTMSaCHwgEXinU7pQ8YU="
+ "hash": "4eiscOWfzRGc+eyaeVdqp6ZUuzjy7LQnwi4OYiA6MeM="
}
},
"is_incremental": false,
@@ -2260,7 +2260,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html",
- "hash": "v96hQq1CiPFSrccbaz1xD6Ujej+TgDQz5bFF4tTfjGM="
+ "hash": "iU0YIrU1T9WWEV/ZNl/7vV57Du5yNkDgrRqUyIazoww="
}
},
"is_incremental": false,
@@ -2392,7 +2392,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html",
- "hash": "Lxs4JRml2u4UuPuaZFPGI/4wHRrZIKRoLtNFqj0RPEM="
+ "hash": "6vBwZDCCfx7wp8stUIzNWGigjT5GtpXAagxzl8Mk6bM="
}
},
"is_incremental": false,
@@ -2872,7 +2872,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html",
- "hash": "J2FOxE4t31uNOJYnx/DvZ4vJ6pojq01RRo5hVDggjlo="
+ "hash": "qmPss4Fm4S6oEKjW+yxlIAofZtFMgu+9uaue7Y/TTWw="
}
},
"is_incremental": false,
@@ -2950,18 +2950,6 @@
"is_incremental": false,
"version": ""
},
- {
- "type": "ManagedReference",
- "source_relative_path": "api/CatchIo.Runtime.Interfaces.ICharacterInteractable.yml",
- "output": {
- ".html": {
- "relative_path": "api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html",
- "hash": "YHN/CsIPVuwJROYsOjGzm3IMo4ghIq1azyhGz018qGs="
- }
- },
- "is_incremental": false,
- "version": ""
- },
{
"type": "ManagedReference",
"source_relative_path": "api/CatchIo.Runtime.Interfaces.IDamageInterceptable.yml",
@@ -3028,7 +3016,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html",
- "hash": "W7M0o6uoQSZP2GXfpX+sAh51TJlNL0697S1M5XH6ARg="
+ "hash": "iAmaIPqEWFvCf5gyH6btNrX09kmRZM7RqT8pSMjq/Tw="
}
},
"is_incremental": false,
@@ -3124,7 +3112,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Interfaces.html",
- "hash": "4hnKAIpJ/zTk4hYyQvsD4AU1oKQfeYHSTVKhgc1cMIo="
+ "hash": "VOVd9raFGaOnxHFVlhAy/om3aACmj9VBsDVFtAL2ff0="
}
},
"is_incremental": false,
@@ -4084,7 +4072,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html",
- "hash": "WWy47spbUlQ4tsJEdmAkxjIMzDET1zUYK/rpfv5rjq4="
+ "hash": "HmnJUsc11cmkCJc8vAdtptIHCRQkY5GOHjmCzyWYBFw="
}
},
"is_incremental": false,
@@ -4972,7 +4960,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html",
- "hash": "D6lG8nTIzSQL9piNH+HDJeyEr5IFyzN8B2ORINmw7kE="
+ "hash": "PmS/C6ChndG3IWE4d2JBIihg9aDytBhrlh/KWMdHp+w="
}
},
"is_incremental": false,
@@ -7204,7 +7192,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
- "hash": "msHLv+oN9GSSi4vBP1GP+bZ+fygapD7skUJy/t0UJYM="
+ "hash": "NhJObhDlQ8+yvBcmOZcrbKWeJfCAVMM3tCPPOPyGxoc="
}
},
"is_incremental": false,
@@ -7861,7 +7849,7 @@
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
- "total_file_count": 598,
+ "total_file_count": 597,
"skipped_file_count": 0
},
"ResourceDocumentProcessor": {
diff --git a/sitemap.xml b/sitemap.xml
index 7b3c002..7751f79 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,3661 +2,3655 @@
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationEvents.AnimationEventBlendTreeBehaviourEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationEvents.AnimationEventDrawer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationEvents.AnimationEventStateBehaviourEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationEvents.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.AnimationClipGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.EntityAnimationClipEditorWindow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.EntityAnimatorBlendTreeEditorWindow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.EntityAnimatorEditorWindow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.EntityOverrideAnimatorEditorWindow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.AnimationGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.LightColliders.HidingSpotLightColliderEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.LightColliders.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.ScriptTemplates.CreateNewScriptClassFromCustomTemplate.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.ScriptTemplates.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.BoolSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.FloatSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.InteractionHUDSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.IntSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.ItemSlotSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.StringSignalListenerEditor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.SignalListenerEditors.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.AmbientMusicAreaImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.ItemSpawnerImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.LightAreaImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.LightSourcesImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.NpcImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.TileObjectsImporter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.TmxPrefabReplacer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.TmxImporters.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.UnityPathUtil.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Utility.Attributes.FMODEventParameterValueDrawer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Utility.Attributes.MonoScriptPropertyDrawer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Utility.Attributes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Utility.MapItemViewIDUpdateUtil.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Utility.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Windows.AmbienceSettingGeneratorWindow.AmbienceMusicSettingsGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.Windows.AmbienceSettingGeneratorWindow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Editor.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Game.Characters.Enums.CharacterColorType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Game.Characters.Enums.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.AnimationEvents.AnimationEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.AnimationEvents.AnimationEventBlendTreeBehaviour.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.AnimationEvents.AnimationEventReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.AnimationEvents.AnimationEventStateBehaviour.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.AnimationEvents.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Boot.BootStrapper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Boot.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCamera.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraFollow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraInputHandler.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraShake.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.GameCameraZoom.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.OverlayCamera.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Camera.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterCollision.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterDetectable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterFacade.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterInput.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterRotator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.CharacterSfxEmitter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CharacterDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CharacterInteractableDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.CharacterItemCollector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.HidingSpotDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.LightSourceDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.SurfaceDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.WhisperDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Detector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.CharacterStateMachine.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterActionState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterConsumeState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterDeathState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterDiscardState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterEquipState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterHeavyAttackState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterLightAttackState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterStunState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterThrowState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.CharacterTrapSettingState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.ActionStates.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.CharacterBaseState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.CharacterStateFactory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterChargeState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterMoveState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterRunState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSneakState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSneakStaticState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterSpectateState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterStaticState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.CharacterWalkState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.MoveStates.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.States.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.FSM.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterAimTrajectory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterAnimator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.CharacterRenderer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.AttackChargeEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.CurseEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.EffectBase.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.FadeEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.HitEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.InvisibilityEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.SubtleHitEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Effects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.PlayerSoundEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Renderers.CharacterFader.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Renderers.CharacterHidingSpotCalculator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Renderers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Sprites.CharacterSpriteAreaCalculator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Sprites.CharacterSpriteMaskInteraction.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Sprites.CharacterSpriteVertices.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.Sprites.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Graphics.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.CharacterItemThrower.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.CharacterItemUser.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.Inventory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.InventoryController.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.InventoryItemFactory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.ItemSlot.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.PlayerInventoryInputHandler.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Inventory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Lighting.CharacterLighting.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Lighting.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Marks.CharacterMarkReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Marks.NPCMarkReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Marks.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.NetworkCharacter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Ping.CursedOnePingSender.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Ping.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Receivers.CharacterDamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Receivers.CharacterFeetDamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Receivers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.ScoutingMarker.CharacterMarkSender.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.ScoutingMarker.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.SurfaceEffect.SurfaceEffectPlayer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.SurfaceEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Transmorphs.CharacterTransmorpher.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.Transmorphs.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Character.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.Chunk.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.ChunkTile.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.TiledChunkSetting.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.TiledChunkSystem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.Vector2IntToChunkDictionary.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.World.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ChunkSystem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.DamagePipelines.DamageContext.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.DamagePipelines.EntityDamagePipeline.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.DamagePipelines.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HitBoxes.CircleHitBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HitBoxes.FOVHitBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HitBoxes.HitBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HitBoxes.HitBoxEventProcessor-1.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HitBoxes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HurtBoxes.HurtBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Combat.HurtBoxes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.CharacterClassContainer.CharacterClassInfo.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.CharacterClassContainer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.GameModeContainer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.NetworkConnectionContainer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.SceneContainer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.SceneModeContainer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Container.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.DamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.DOTDamage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.FixedDamage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.IDamagable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.IDamage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.IKnockBackable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.IStunnable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.PercentageDamage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Damages.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Core.DynamicObjectNetworkRelay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Core.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Data.ClassBasedTrapPrefab.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Data.DynamicObjectData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Data.TrapObjectData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.Data.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.DynamicObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.DynamicObjectHealth.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.TrapObjects.TrapObjectNetworkRelay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.TrapObjects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynamicObjects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.DestroyDynamicObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.Footprint.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.TrapObjects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.DynmaicObjects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Detectors.SoundWave.NoiseArcAnimationControl.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Detectors.SoundWave.SoundDetectionIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Detectors.SoundWave.SoundDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Detectors.SoundWave.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.EntityHUDPositionProvider.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Graphics.EntityItemEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Graphics.EntitySettingItemRenderer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Graphics.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.HurtBoxes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Locomotions.Data.EntityMovementData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Locomotions.Data.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Locomotions.EntityMovement.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Locomotions.EntityRotator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Locomotions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Marks.EntityMarkReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Marks.EntityMarkSender.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Marks.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Networking.EntityItemNetworkRelay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Networking.MarkNetworkRelay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Networking.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Senders.EntityHUDDisplayer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.Senders.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Entities.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterActionType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterClassType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.CharacterMoveType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.DamageSfxType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.EntityDirectionType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.FullScreenEffects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.GameLanguage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.GameModeType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.GameObjectiveEventEnum.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.PlayerFeedbackAction.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.RoomState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.SceneSwitchingState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.ScreenResolutionType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.SendEventType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.ShownCharacterStatsType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Enums.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.CampFire.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.CharacterSpawner.SpawnPoint.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.CharacterSpawner.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.DamagableObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.EnvironmentSfxEmitter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.HidingSpot.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.HidingSpotLightCollider.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.Interactable.InteractableObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.Interactable.SignPost.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.Interactable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.ReadableTileSurface.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.TileSurface.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Environment.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ICharacterDetectable.html
- 2025-01-06T01:36:21+00:00
- daily
- 0.5
-
-
- https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IDamageInterceptable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IDetectable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IEffectPlayable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IEntityMarkBlockable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IEntityScoutingMarkable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IItemImpact.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IItemImpactable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IMarkingEntity.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.IPositionProvider.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ISceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ISoundDetectable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.ISurfaceObservable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Interfaces.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Core.ConsumableItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Core.EquippableItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Core.ItemImpactHandler.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Core.ThrowableItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Core.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.ConsumableItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.EquippableItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.ItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.PlaceableItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.RuntimeStates.ScoutingRingRuntimeState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.RuntimeStates.TalismanOfProtectionRuntimeState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.RuntimeStates.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.ScoutingRingData.ScoutingRingConfig.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.ScoutingRingData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.TalismanOfProtectionContext.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.TalismanOfProtectionData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.ThrowableItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.TriggerableItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.UsableItemEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.UsableItemEffectType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Data.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Effects.ItemDamageEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Effects.SummonEffect.TargetSearchData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Effects.SummonEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Effects.TrapSummonEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Effects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Item.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.ItemSpawner.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.PlaceableItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Placements.PlacedItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Placements.PlacedItemData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Placements.PlacedTrapRune.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Placements.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Throwing.ItemThrowHandler.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.Throwing.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.TriggerableItem.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Items.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Managers.GameManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Managers.PlayerActionFeedbackManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Managers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.CharacterHUDIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.CharacterNickNameText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.CursedOneHUDMeterManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HealthHUDMeter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HidingIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HUDMeter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.HudOverlaysManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.KillCountHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.LightingIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.ScoutingArrow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.ScoutingRingIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.StaminaHUDMeter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.CharacterHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.ControlTipsHUD.ControlTipsHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.ControlTipsHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.DeviceBasedDisplay.DeviceBasedDisplay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.DeviceBasedDisplay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.EntityHUD.EntityHUDIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.EntityHUD.EntityProgressBar.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.EntityHUD.ScoutingMarkIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.EntityHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.ExitSessionPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.CursedOneCountdownImage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.CursedOneHealthIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.DeathMatchLeaderBoard.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.GameModeEventUIManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.GameTimerText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.MiniLeaderboardController.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.PointText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.TimeReductionIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameModeHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.CursedOneWinnerText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.DeathMatchWinnerText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.GameOverPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.WinnerText.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.GameOverHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.ACTION_TYPE.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionActon.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionHUDSignal.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicatorOverlay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.NameIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventoryArrow.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventoryHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.InventorySlotHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.InventoryHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.PingHUD.PingIndicator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.PingHUD.PingIndicatorHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.PingHUD.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.GameOverlay.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.ButtonClickBroadcaster.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.GameStartButton.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.QuitButton.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.ReadyButton.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Button.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Checkbox.CheckboxBroadcaster.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Checkbox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.ActiveButtonSelector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.ButtonSelector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.EventToButton.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.InputFieldControl.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.SelectableNavigation.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.UiPopupActiveButtonSelector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Control.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.DisableByPlatform.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.BaseDropdown.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.GameModeDropdown.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.MapDropdown.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.RegionDropdown.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Dropdown.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardInfoElement.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.LeaderboardPlayerElement.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.PlayerInfoElement.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.RoomInfoElement.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Element.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.InputField.InputFieldTextBroadcaster.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.InputField.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.BasePopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.ConfirmNewResolutionPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.CreateSessionPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.JoinRoomPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.SettingsPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.SignpostPopup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Popup.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Selector.CharacterClassSelector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Selector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Slider.InputSliderBroadcaster.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Slider.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.TextDisplayer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.TextDisplayerForSeconds.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Text.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.PlayerListUpdater.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.RoomListUpdater.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.RoomTitleUpdater.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.Updater.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.View.RespawnView.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.View.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Menu.UI.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.PlayerProperties.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.RoomProperties.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.CustomProperties.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.InRoomPlayerListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.NetworkTimer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.RoomData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Network.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Core.NPCEntityDetector.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Core.NPCHealth.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Core.NPCPathFinder.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Core.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Data.NPCData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Data.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Enums.NPCType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Enums.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Graphics.NPCRenderer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Graphics.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.NPCFootprintGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.NPCNetworking.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.NPCRotator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Receivers.CharacterMarkHurtBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Receivers.NPCDetectable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Receivers.NPCMarkHurtBox.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.Receivers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.NPC.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScoutingEyes.ScoutingEye.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScoutingEyes.ScoutingEyeAnimator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScoutingEyes.ScoutingEyeInputHandler.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScoutingEyes.SpectralLine.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScoutingEyes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterBuff.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterHealthBuff.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.CharacterStaminaBuff.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.Buff.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.CharacterStatus.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Character.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.CursedOneEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DamageEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DisappearEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.DissolveEffect.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.EffectBase.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Effects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.BaseEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.BoolEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightEnabledEventParam.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightEventParam.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightResizingEventParam.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterLightType.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.CharacterResetLightEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.CharacterLightEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.FloatEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.GameModeWinnerEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.HidingSpotEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.IntEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.PlayerEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.RoomDataEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.StringEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.VoidEventChannel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Events.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.GameModeWinner.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.Point.DeathMatchPoint.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.Point.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.GameModes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Input.InputReader.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Input.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.BaseNetworkConnection.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.LobbyConnection.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.RoomConnection.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.Region.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.RegionData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.ServerConnection.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.Connections.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.OpenRoomList.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.Network.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.BaseSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.GameSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.LobbySceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.LoginSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.MainMenuSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.MenuSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.RoomSceneMode.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.ScriptableObjects.SceneModes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.ConsoleService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.FullScreenEffectService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.LoadingScreenService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.NetworkService.NetworkState.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.NetworkService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.SceneSwitchingService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Services.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.PlayerSettingsManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.PlayerSettingsModel.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.ScreenResolutionUtils.ScreenResolutionWidthHeightValue.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.ScreenResolutionUtils.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Settings.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.AmbientMusic.AmbientMusicManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.AmbientMusic.AmbientMusicTrigger.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.AmbientMusic.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.CharacterActionSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.CursedOneSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.EnvironmentSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.FootstepSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.ItemSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.ItemTerrainSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.MainMusic.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.Music.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.Sfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.SoundManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.SpawnSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.StaminaSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.TerrainSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.UiGameSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.UiSfx.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Sound.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.SummonedObjects.TrapObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.SummonedObjects.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.Trajectory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.TrajectoryData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Trajectory.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Transmorphs.ITransmorphableReceiver.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Transmorphs.Transmorpher.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Transmorphs.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.BooleanSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.BoolEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.FloatEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.FloatSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.InteractionHUDSignalEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.InteractionHUDSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.IntEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.IntSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.ItemSlotEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.ItemSlotSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.StringEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.StringSignalListener.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.UI.SignalEvents.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.CountdownTimer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.FixedStopWatchTimer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.IntCountdownTimer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.StopWatchTimer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.Timer.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utilities.Timers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.AnimationParser.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.AutoRegisteredService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.EventPresetDropdownAttribute.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.FMODEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.FMODEventParameterValue.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.MonoScriptAttribute.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.TagSelectorAttribute.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Attributes.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ColorHelper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.PingEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.PingEventGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.ScoutingArrowEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.ScoutingMarkEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.ScoutingMarkEventsGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.SoundWaveEvent.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.SoundWaveEventGenerator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.EventGenerators.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.ArrayExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.AssemblyExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.GameObjectExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.IEnumerableExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.PlayerExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.RandomExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.RoomExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.TypeExtensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.Vector2Extensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.Vector3Extensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Extensions.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.MathHelper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Optional-1.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.PolygonHelper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.PropertyHelper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Scene.SceneObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Scene.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.SceneScopedObjectPool.Pool.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.SceneScopedObjectPool.SceneScopedObjectPoolManager.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.SceneScopedObjectPool.SceneScopedPoolObject.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.SceneScopedObjectPool.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.IRegistrable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.MonoRegistrable.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ReflectionService.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ServiceLocator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.ServiceLocatorException.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.ServiceLocator.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.Singleton-1.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.SingletonMonoBehaviour-1.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.Singleton.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.StateAnimation.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.StringHelper.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Utility.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Values.BurningDOTDamage.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Values.DamageData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Values.DOTDamageData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Values.KnockBackData.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Values.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Whispers.IWhisperEmitter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Whispers.WhisperEmitter.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/api/CatchIo.Runtime.Whispers.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
daily
0.5
https://devdocs.witchone.io/index.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/artist-guidelines.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/character-state-machine.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/character-uml.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/coding-style.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/development-environment.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/game-mode-design.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/github-guide.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/in-game-tilemap.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/level-design-guide.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/map-surfaces-in-tiled.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
https://devdocs.witchone.io/manual/project-structure.html
- 2025-01-06T01:36:21+00:00
+ 2025-01-06T04:42:07+00:00
weekly
0.5
diff --git a/xrefmap.yml b/xrefmap.yml
index b17191f..627420f 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -7342,6 +7342,19 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.CanPlay
nameWithType: CharacterBodyDamageReceiver.CanPlay
+- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetActionTypes
+ commentId: M:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes
+ fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes()
+ nameWithType: CharacterBodyDamageReceiver.GetActionTypes()
+- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetActionTypes
+ nameWithType: CharacterBodyDamageReceiver.GetActionTypes
- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetAnimatorController
name: GetAnimatorController()
href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetAnimatorController
@@ -7381,19 +7394,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetHurtBoxPosition
nameWithType: CharacterBodyDamageReceiver.GetHurtBoxPosition
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition
- name: GetIndicatorPosition()
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetIndicatorPosition
- commentId: M:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition()
- nameWithType: CharacterBodyDamageReceiver.GetIndicatorPosition()
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition*
- name: GetIndicatorPosition
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetIndicatorPosition_
- commentId: Overload:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetIndicatorPosition
- nameWithType: CharacterBodyDamageReceiver.GetIndicatorPosition
- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.GetPlayer
name: GetPlayer()
href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_GetPlayer
@@ -7485,32 +7485,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.IsPlayer
nameWithType: CharacterBodyDamageReceiver.IsPlayer
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected(CatchIo.Runtime.Character.CharacterFacade)
- name: OnDetected(CharacterFacade)
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_OnDetected_CatchIo_Runtime_Character_CharacterFacade_
- commentId: M:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected(CatchIo.Runtime.Character.CharacterFacade)
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected(CatchIo.Runtime.Character.CharacterFacade)
- nameWithType: CharacterBodyDamageReceiver.OnDetected(CharacterFacade)
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected*
- name: OnDetected
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_OnDetected_
- commentId: Overload:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected
- isSpec: "True"
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetected
- nameWithType: CharacterBodyDamageReceiver.OnDetected
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved(CatchIo.Runtime.Character.CharacterFacade)
- name: OnDetectionRemoved(CharacterFacade)
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_OnDetectionRemoved_CatchIo_Runtime_Character_CharacterFacade_
- commentId: M:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved(CatchIo.Runtime.Character.CharacterFacade)
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved(CatchIo.Runtime.Character.CharacterFacade)
- nameWithType: CharacterBodyDamageReceiver.OnDetectionRemoved(CharacterFacade)
-- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved*
- name: OnDetectionRemoved
- href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_OnDetectionRemoved_
- commentId: Overload:CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved
- isSpec: "True"
- fullName: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.OnDetectionRemoved
- nameWithType: CharacterBodyDamageReceiver.OnDetectionRemoved
- uid: CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.ToggleHUD(ACTION_TYPE,System.Boolean)
name: ToggleHUD(ACTION_TYPE, Boolean)
href: api/CatchIo.Runtime.Character.Receivers.CharacterBodyDamageReceiver.html#CatchIo_Runtime_Character_Receivers_CharacterBodyDamageReceiver_ToggleHUD_ACTION_TYPE_System_Boolean_
@@ -10085,6 +10059,19 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.CanInteract
nameWithType: TrapObjectDamageReceiver.CanInteract
+- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetActionTypes
+ commentId: M:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes
+ fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes()
+ nameWithType: TrapObjectDamageReceiver.GetActionTypes()
+- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetActionTypes
+ nameWithType: TrapObjectDamageReceiver.GetActionTypes
- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetHUDPositionProvider
name: GetHUDPositionProvider()
href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetHUDPositionProvider
@@ -10111,32 +10098,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetHurtBoxPosition
nameWithType: TrapObjectDamageReceiver.GetHurtBoxPosition
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition
- name: GetIndicatorPosition()
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetIndicatorPosition
- commentId: M:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition()
- nameWithType: TrapObjectDamageReceiver.GetIndicatorPosition()
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition*
- name: GetIndicatorPosition
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetIndicatorPosition_
- commentId: Overload:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetIndicatorPosition
- nameWithType: TrapObjectDamageReceiver.GetIndicatorPosition
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition
- name: GetPosition()
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetPosition
- commentId: M:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition()
- nameWithType: TrapObjectDamageReceiver.GetPosition()
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition*
- name: GetPosition
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_GetPosition_
- commentId: Overload:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.GetPosition
- nameWithType: TrapObjectDamageReceiver.GetPosition
- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.HUDPositionProvider
name: HUDPositionProvider
href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_HUDPositionProvider
@@ -10163,32 +10124,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.HUDStream
nameWithType: TrapObjectDamageReceiver.HUDStream
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected(CharacterFacade)
- name: OnDetected(CharacterFacade)
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_OnDetected_CharacterFacade_
- commentId: M:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected(CharacterFacade)
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected(CharacterFacade)
- nameWithType: TrapObjectDamageReceiver.OnDetected(CharacterFacade)
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected*
- name: OnDetected
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_OnDetected_
- commentId: Overload:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected
- isSpec: "True"
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetected
- nameWithType: TrapObjectDamageReceiver.OnDetected
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved(CharacterFacade)
- name: OnDetectionRemoved(CharacterFacade)
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_OnDetectionRemoved_CharacterFacade_
- commentId: M:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved(CharacterFacade)
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved(CharacterFacade)
- nameWithType: TrapObjectDamageReceiver.OnDetectionRemoved(CharacterFacade)
-- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved*
- name: OnDetectionRemoved
- href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_OnDetectionRemoved_
- commentId: Overload:CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved
- isSpec: "True"
- fullName: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.OnDetectionRemoved
- nameWithType: TrapObjectDamageReceiver.OnDetectionRemoved
- uid: CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.TakeDamage(IDamage,System.Int32)
name: TakeDamage(IDamage, Int32)
href: api/CatchIo.Runtime.DynmaicObjects.TrapObjects.TrapObjectDamageReceiver.html#CatchIo_Runtime_DynmaicObjects_TrapObjects_TrapObjectDamageReceiver_TakeDamage_IDamage_System_Int32_
@@ -10537,6 +10472,19 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.CanInteract
nameWithType: EntityScoutingMarkHurtBox.CanInteract
+- uid: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html#CatchIo_Runtime_Entities_HurtBoxes_EntityScoutingMarkHurtBox_GetActionTypes
+ commentId: M:CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes
+ fullName: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes()
+ nameWithType: EntityScoutingMarkHurtBox.GetActionTypes()
+- uid: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html#CatchIo_Runtime_Entities_HurtBoxes_EntityScoutingMarkHurtBox_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetActionTypes
+ nameWithType: EntityScoutingMarkHurtBox.GetActionTypes
- uid: CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.GetHUDPositionProvider
name: GetHUDPositionProvider()
href: api/CatchIo.Runtime.Entities.HurtBoxes.EntityScoutingMarkHurtBox.html#CatchIo_Runtime_Entities_HurtBoxes_EntityScoutingMarkHurtBox_GetHUDPositionProvider
@@ -12456,64 +12404,116 @@ references:
commentId: T:CatchIo.Runtime.Environment.Interactable.InteractableTrigger
fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger
nameWithType: InteractableTrigger
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition
- name: GetIndicatorPosition()
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetIndicatorPosition
- commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition()
- nameWithType: InteractableTrigger.GetIndicatorPosition()
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition*
- name: GetIndicatorPosition
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetIndicatorPosition_
- commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetIndicatorPosition
- nameWithType: InteractableTrigger.GetIndicatorPosition
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition
- name: GetPosition()
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetPosition
- commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition()
- nameWithType: InteractableTrigger.GetPosition()
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition*
- name: GetPosition
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetPosition_
- commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract(HitBox)
+ name: CanInteract(HitBox)
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_CanInteract_HitBox_
+ commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract(HitBox)
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract(HitBox)
+ nameWithType: InteractableTrigger.CanInteract(HitBox)
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract*
+ name: CanInteract
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_CanInteract_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.CanInteract
+ nameWithType: InteractableTrigger.CanInteract
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetActionTypes
+ commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes()
+ nameWithType: InteractableTrigger.GetActionTypes()
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetActionTypes
+ nameWithType: InteractableTrigger.GetActionTypes
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider
+ name: GetHUDPositionProvider()
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetHUDPositionProvider
+ commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider()
+ nameWithType: InteractableTrigger.GetHUDPositionProvider()
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider*
+ name: GetHUDPositionProvider
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetHUDPositionProvider_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHUDPositionProvider
+ nameWithType: InteractableTrigger.GetHUDPositionProvider
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition
+ name: GetHurtBoxPosition()
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetHurtBoxPosition
+ commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition()
+ nameWithType: InteractableTrigger.GetHurtBoxPosition()
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition*
+ name: GetHurtBoxPosition
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_GetHurtBoxPosition_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition
isSpec: "True"
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetPosition
- nameWithType: InteractableTrigger.GetPosition
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.GetHurtBoxPosition
+ nameWithType: InteractableTrigger.GetHurtBoxPosition
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider
+ name: HUDPositionProvider
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_HUDPositionProvider
+ commentId: P:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider
+ nameWithType: InteractableTrigger.HUDPositionProvider
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider*
+ name: HUDPositionProvider
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_HUDPositionProvider_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDPositionProvider
+ nameWithType: InteractableTrigger.HUDPositionProvider
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream
+ name: HUDStream
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_HUDStream
+ commentId: P:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream
+ nameWithType: InteractableTrigger.HUDStream
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream*
+ name: HUDStream
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_HUDStream_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.HUDStream
+ nameWithType: InteractableTrigger.HUDStream
- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.InteractableObjects
name: InteractableObjects
href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_InteractableObjects
commentId: F:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.InteractableObjects
fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.InteractableObjects
nameWithType: InteractableTrigger.InteractableObjects
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected(CharacterFacade)
- name: OnDetected(CharacterFacade)
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_OnDetected_CharacterFacade_
- commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected(CharacterFacade)
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected(CharacterFacade)
- nameWithType: InteractableTrigger.OnDetected(CharacterFacade)
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected*
- name: OnDetected
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_OnDetected_
- commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected
- isSpec: "True"
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetected
- nameWithType: InteractableTrigger.OnDetected
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved(CharacterFacade)
- name: OnDetectionRemoved(CharacterFacade)
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_OnDetectionRemoved_CharacterFacade_
- commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved(CharacterFacade)
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved(CharacterFacade)
- nameWithType: InteractableTrigger.OnDetectionRemoved(CharacterFacade)
-- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved*
- name: OnDetectionRemoved
- href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_OnDetectionRemoved_
- commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved
- isSpec: "True"
- fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.OnDetectionRemoved
- nameWithType: InteractableTrigger.OnDetectionRemoved
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD(ACTION_TYPE,System.Boolean)
+ name: ToggleHUD(ACTION_TYPE, Boolean)
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_ToggleHUD_ACTION_TYPE_System_Boolean_
+ commentId: M:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD(ACTION_TYPE,System.Boolean)
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD(ACTION_TYPE, System.Boolean)
+ nameWithType: InteractableTrigger.ToggleHUD(ACTION_TYPE, Boolean)
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD*
+ name: ToggleHUD
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_ToggleHUD_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ToggleHUD
+ nameWithType: InteractableTrigger.ToggleHUD
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID
+ name: ViewID
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_ViewID
+ commentId: P:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID
+ nameWithType: InteractableTrigger.ViewID
+- uid: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID*
+ name: ViewID
+ href: api/CatchIo.Runtime.Environment.Interactable.InteractableTrigger.html#CatchIo_Runtime_Environment_Interactable_InteractableTrigger_ViewID_
+ commentId: Overload:CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Environment.Interactable.InteractableTrigger.ViewID
+ nameWithType: InteractableTrigger.ViewID
- uid: CatchIo.Runtime.Environment.Interactable.SignPost
name: SignPost
href: api/CatchIo.Runtime.Environment.Interactable.SignPost.html
@@ -12709,64 +12709,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.Interfaces.ICharacterDetectable.ViewID
nameWithType: ICharacterDetectable.ViewID
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable
- name: ICharacterInteractable
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html
- commentId: T:CatchIo.Runtime.Interfaces.ICharacterInteractable
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable
- nameWithType: ICharacterInteractable
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition
- name: GetIndicatorPosition()
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_GetIndicatorPosition
- commentId: M:CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition()
- nameWithType: ICharacterInteractable.GetIndicatorPosition()
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition*
- name: GetIndicatorPosition
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_GetIndicatorPosition_
- commentId: Overload:CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetIndicatorPosition
- nameWithType: ICharacterInteractable.GetIndicatorPosition
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition
- name: GetPosition()
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_GetPosition
- commentId: M:CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition()
- nameWithType: ICharacterInteractable.GetPosition()
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition*
- name: GetPosition
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_GetPosition_
- commentId: Overload:CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.GetPosition
- nameWithType: ICharacterInteractable.GetPosition
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected(CharacterFacade)
- name: OnDetected(CharacterFacade)
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_OnDetected_CharacterFacade_
- commentId: M:CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected(CharacterFacade)
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected(CharacterFacade)
- nameWithType: ICharacterInteractable.OnDetected(CharacterFacade)
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected*
- name: OnDetected
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_OnDetected_
- commentId: Overload:CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected
- isSpec: "True"
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetected
- nameWithType: ICharacterInteractable.OnDetected
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved(CharacterFacade)
- name: OnDetectionRemoved(CharacterFacade)
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_OnDetectionRemoved_CharacterFacade_
- commentId: M:CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved(CharacterFacade)
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved(CharacterFacade)
- nameWithType: ICharacterInteractable.OnDetectionRemoved(CharacterFacade)
-- uid: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved*
- name: OnDetectionRemoved
- href: api/CatchIo.Runtime.Interfaces.ICharacterInteractable.html#CatchIo_Runtime_Interfaces_ICharacterInteractable_OnDetectionRemoved_
- commentId: Overload:CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved
- isSpec: "True"
- fullName: CatchIo.Runtime.Interfaces.ICharacterInteractable.OnDetectionRemoved
- nameWithType: ICharacterInteractable.OnDetectionRemoved
- uid: CatchIo.Runtime.Interfaces.IDamageInterceptable
name: IDamageInterceptable
href: api/CatchIo.Runtime.Interfaces.IDamageInterceptable.html
@@ -12994,6 +12936,19 @@ references:
commentId: T:CatchIo.Runtime.Interfaces.IHUDDisplayable
fullName: CatchIo.Runtime.Interfaces.IHUDDisplayable
nameWithType: IHUDDisplayable
+- uid: CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html#CatchIo_Runtime_Interfaces_IHUDDisplayable_GetActionTypes
+ commentId: M:CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes
+ fullName: CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes()
+ nameWithType: IHUDDisplayable.GetActionTypes()
+- uid: CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html#CatchIo_Runtime_Interfaces_IHUDDisplayable_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.Interfaces.IHUDDisplayable.GetActionTypes
+ nameWithType: IHUDDisplayable.GetActionTypes
- uid: CatchIo.Runtime.Interfaces.IHUDDisplayable.GetHUDPositionProvider
name: GetHUDPositionProvider()
href: api/CatchIo.Runtime.Interfaces.IHUDDisplayable.html#CatchIo_Runtime_Interfaces_IHUDDisplayable_GetHUDPositionProvider
@@ -16313,12 +16268,12 @@ references:
commentId: T:CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator
fullName: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator
nameWithType: InteractionIndicator
-- uid: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide(CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.ACTION_TYPE)
- name: Hide(ACTION_TYPE)
- href: api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html#CatchIo_Runtime_Menu_GameOverlay_InteractionIndicatorHUD_InteractionIndicator_Hide_CatchIo_Runtime_Menu_GameOverlay_InteractionIndicatorHUD_ACTION_TYPE_
- commentId: M:CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide(CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.ACTION_TYPE)
- fullName: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide(CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.ACTION_TYPE)
- nameWithType: InteractionIndicator.Hide(ACTION_TYPE)
+- uid: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide
+ name: Hide()
+ href: api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html#CatchIo_Runtime_Menu_GameOverlay_InteractionIndicatorHUD_InteractionIndicator_Hide
+ commentId: M:CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide
+ fullName: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide()
+ nameWithType: InteractionIndicator.Hide()
- uid: CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.Hide*
name: Hide
href: api/CatchIo.Runtime.Menu.GameOverlay.InteractionIndicatorHUD.InteractionIndicator.html#CatchIo_Runtime_Menu_GameOverlay_InteractionIndicatorHUD_InteractionIndicator_Hide_
@@ -18704,6 +18659,19 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.CanInteract
nameWithType: NPCDamageReceiver.CanInteract
+- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes
+ name: GetActionTypes()
+ href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetActionTypes
+ commentId: M:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes
+ fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes()
+ nameWithType: NPCDamageReceiver.GetActionTypes()
+- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes*
+ name: GetActionTypes
+ href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetActionTypes_
+ commentId: Overload:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes
+ isSpec: "True"
+ fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetActionTypes
+ nameWithType: NPCDamageReceiver.GetActionTypes
- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetAnimatorController
name: GetAnimatorController()
href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetAnimatorController
@@ -18743,32 +18711,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetHurtBoxPosition
nameWithType: NPCDamageReceiver.GetHurtBoxPosition
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition
- name: GetIndicatorPosition()
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetIndicatorPosition
- commentId: M:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition()
- nameWithType: NPCDamageReceiver.GetIndicatorPosition()
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition*
- name: GetIndicatorPosition
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetIndicatorPosition_
- commentId: Overload:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetIndicatorPosition
- nameWithType: NPCDamageReceiver.GetIndicatorPosition
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition
- name: GetPosition()
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetPosition
- commentId: M:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition()
- nameWithType: NPCDamageReceiver.GetPosition()
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition*
- name: GetPosition
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_GetPosition_
- commentId: Overload:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition
- isSpec: "True"
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.GetPosition
- nameWithType: NPCDamageReceiver.GetPosition
- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.HUDPositionProvider
name: HUDPositionProvider
href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_HUDPositionProvider
@@ -18821,32 +18763,6 @@ references:
isSpec: "True"
fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.KnockBack
nameWithType: NPCDamageReceiver.KnockBack
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected(CharacterFacade)
- name: OnDetected(CharacterFacade)
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_OnDetected_CharacterFacade_
- commentId: M:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected(CharacterFacade)
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected(CharacterFacade)
- nameWithType: NPCDamageReceiver.OnDetected(CharacterFacade)
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected*
- name: OnDetected
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_OnDetected_
- commentId: Overload:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected
- isSpec: "True"
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetected
- nameWithType: NPCDamageReceiver.OnDetected
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved(CharacterFacade)
- name: OnDetectionRemoved(CharacterFacade)
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_OnDetectionRemoved_CharacterFacade_
- commentId: M:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved(CharacterFacade)
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved(CharacterFacade)
- nameWithType: NPCDamageReceiver.OnDetectionRemoved(CharacterFacade)
-- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved*
- name: OnDetectionRemoved
- href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_OnDetectionRemoved_
- commentId: Overload:CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved
- isSpec: "True"
- fullName: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.OnDetectionRemoved
- nameWithType: NPCDamageReceiver.OnDetectionRemoved
- uid: CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.TakeDamage(IDamage,System.Int32)
name: TakeDamage(IDamage, Int32)
href: api/CatchIo.Runtime.NPC.Receivers.NPCDamageReceiver.html#CatchIo_Runtime_NPC_Receivers_NPCDamageReceiver_TakeDamage_IDamage_System_Int32_