Click or drag to resize
HumanfindNearestDetectedIntruder Method

[Missing <summary> documentation for "M:Planetbase.Human.findNearestDetectedIntruder(Planetbase.Character,System.Int32,System.Single)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Guest findNearestDetectedIntruder(
	Character character,
	int maxTargeters = 2147483647,
	float maxRadius = 10000f
)

Parameters

character
Type: PlanetbaseCharacter

[Missing <param name="character"/> documentation for "M:Planetbase.Human.findNearestDetectedIntruder(Planetbase.Character,System.Int32,System.Single)"]

maxTargeters (Optional)
Type: SystemInt32

[Missing <param name="maxTargeters"/> documentation for "M:Planetbase.Human.findNearestDetectedIntruder(Planetbase.Character,System.Int32,System.Single)"]

maxRadius (Optional)
Type: SystemSingle

[Missing <param name="maxRadius"/> documentation for "M:Planetbase.Human.findNearestDetectedIntruder(Planetbase.Character,System.Int32,System.Single)"]

Return Value

Type: Guest

[Missing <returns> documentation for "M:Planetbase.Human.findNearestDetectedIntruder(Planetbase.Character,System.Int32,System.Single)"]

See Also