Tyrion.AI_DodgeSensor
- Extends
- AI_Sensor
- Modifiers
- implements IShotNotification
Core.Object
|
+-- Core.DeleteableObject
|
+-- Tyrion.AI_Sensor
|
+-- Tyrion.AI_DodgeSensor
Inherited Functions from Tyrion.AI_Sensor |
activateSensor, activateSensorInternal, activateSentinel, begin, bSendMessage, cleanup, clearValue, construct, deactivateSensor, deactivateSensorInternal, deactivateSentinel, getResource, OnSensorMessage, queryFloatValue, queryIntegerValue, queryObjectValue, queryUsage, queryValue, sendMessageOnNextValueUpdate, sendSensorMessage, setCategoricalValue, setFloatValue, setIntegerValue, setObjectValue |
DEFAULT_DODGE_DISTANCE Source code
const DEFAULT_DODGE_DISTANCE = 250;
const DODGE_DURATION = 2.0f;
MAX_COLLISION_PREDICTION_ITERATIONS Source code
const MAX_COLLISION_PREDICTION_ITERATIONS = 100;
MAX_DODGE_BY_JETPACKING_TIME Source code
const MAX_DODGE_BY_JETPACKING_TIME = 0.8f;
MIN_DODGE_BY_JETPACKING_TIME Source code
const MIN_DODGE_BY_JETPACKING_TIME = 0.3f;
var float shieldPackTime;
function begin ( ) )
function cleanup ( ) )
function setParameters (
Rook _protectee, optional
float _shieldPackTime ) )
Creation time: st 23.5.2018 00:10:26.686 - Created with
UnCodeX