Class GunAmmoPrecondition
Gets ammo for this NPC's selected gun; either active hand or itself.
Inheritance
System.Object
GunAmmoPrecondition
Assembly: Content.Server.dll
Syntax
public sealed class GunAmmoPrecondition : HTNPrecondition
Fields
|
Improve this Doc
View Source
MaxPercent
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MinPercent
Declaration
Field Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
IsMet(NPCBlackboard)
Declaration
public override bool IsMet(NPCBlackboard blackboard)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides