CoverPoint
A type of marker that designates a location AI characters can take cover.
CoverPoint
The size of this cover point.
float
Reliability of this point as solid cover. (0...1)
bool
Can characters look left around this cover point?
bool
Can characters look right around this cover point?
bool
Can characters look over the top of this cover point?
Public Static Attributes
bool
Disables rendering of all instances of this type.
bool
Disables selection of all instances of this type.
Public Functions
bool
Returns true if someone is already using this cover point.
Detailed Description
A type of marker that designates a location AI characters can take cover.
CoverPoint
CoverPointSize size
The size of this cover point.
float quality
Reliability of this point as solid cover. (0...1)
bool peekLeft
Can characters look left around this cover point?
bool peekRight
Can characters look right around this cover point?
bool peekOver
Can characters look over the top of this cover point?