Shooter Template  1.2.3
Classes
Invector.vCharacterController.vActions Namespace Reference

Classes

class  OnDoActionWithTarget
 
class  vActionListener
 
class  vCollectableStandalone
 
class  vFreeClimb
 
class  vGenericAction
 
class  vGenericAnimation
 
class  vGetTransform
 
class  vLadderAction
 
class  vMenuComponent
 
class  vSwimming
 vSwimming Add-on On this Add-on we're locking the tpInput along with the tpMotor, tpAnimator & tpController methods to handle the Swimming behaviour. We can still access those scripts and methods, and call just what we need to use for example the FreeMovement, CameraInput, StaminaRecovery and UpdateHUD methods
This way the add-on become modular and plug&play easy to modify without changing the core of the controller. More...
 
class  vTriggerGenericAction
 
class  vTriggerLadderAction
 
class  vZipLine
 vZipline Add-on On this Add-on we're locking the tpInput and disabling it, so we can manipulate some variables of the controller and create the zipline behaviour. We can still access those scripts and methods, and call just what we need to use for example the CameraInput method This way the add-on become modular and plug&play easy to modify without changing the core of the controller. More...