VisionBlockersRegistrar class
sense.VisionBlockersRegistrar
Inheritance
Base: IScriptable
Derived
None.
Properties
None.
Functions
uint RegisterVisionBlocker(sense.IVisionBlockerShape blockerShape, EVisionBlockerType blockerType, float? detectionModifier, float? tbhModifier, bool? isBlockingCompletely, bool? blocksParent)RTTIvoid UnregisterVisionBlocker(uint blockerId)RTTIvoid AttachToParent(uint blockerId, game.Object parent, Vector4? offsetFromParent)RTTIvoid DetachFromParent(uint blockerId)RTTIvoid UpdateVisionBlockerPosition(uint blockerId, Vector4 newPosition)RTTIvoid SetIsBlockingCompletely(uint blockerId, bool blockingCompletely)RTTI