SensingTemplateData
Inherits from GameSensingTemplateData
Summary
Constructors
SensingTemplateData() |
SensingTemplateData(guid: Guid) |
SensingTemplateData(other: GameSensingTemplateData) |
SensingTemplateData(other: Asset) |
SensingTemplateData(other: DataContainer) |
Properties
Name | Type |
---|---|
awareForgetTime | float |
lostForgetTime | float |
timeUntilUnseenIsLost | float |
maximumMergeDistance | float |
maximumAlertDistance | float |
maximumReadinessRaiseDistance | float |
readyLimits | SensingLimits |
relaxedLimits | SensingLimits |
debugText | string |
combatLimits | SensingLimits |
useSenseSharing | bool |
noticeBullets | bool |
Static members
Name | Type |
---|---|
SensingTemplateData.typeInfo | TypeInformation |
Constructors
SensingTemplateData
SensingTemplateData()
Creates a new SensingTemplateData frostbite instance.
SensingTemplateData
SensingTemplateData(guid: Guid)
Creates a new SensingTemplateData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SensingTemplateData
SensingTemplateData(other: GameSensingTemplateData)
Casts an instance of type GameSensingTemplateData to SensingTemplateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameSensingTemplateData | The instance to cast to SensingTemplateData. |
SensingTemplateData
SensingTemplateData(other: Asset)
Casts an instance of type Asset to SensingTemplateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to SensingTemplateData. |
SensingTemplateData
SensingTemplateData(other: DataContainer)
Casts an instance of type DataContainer to SensingTemplateData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SensingTemplateData. |
Properties
awareForgetTime
float
lostForgetTime
float
timeUntilUnseenIsLost
float
maximumMergeDistance
float
maximumAlertDistance
float
maximumReadinessRaiseDistance
float
readyLimits
relaxedLimits
debugText
string
combatLimits
useSenseSharing
bool
noticeBullets
bool
Static members
typeInfo
The type information for the SensingTemplateData type.