IAnimalSpeciesEyesightRadius Property |
The distance that a creature can see. This is used to determine the amount
of area to be evaluated in a call to the Scan method.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxint EyesightRadius { get; }
ReadOnly Property EyesightRadius As Integer
Get
property int EyesightRadius {
int get ();
}
abstract EyesightRadius : int with get
Return Value
Type:
Int32
System.Int32 representing the distance a creature can see.
See Also