C# Class NRaas.CupcakeSpace.Interactions.PurchaseItemEx.Definition

Inheritance: CraftersConsignment.PurchaseItem.Definition
Afficher le fichier Open project: Chain-Reaction/NRaas Class Usage Examples

Méthodes publiques

Свойство Type Description
mPushEat bool
mSingleServing bool

Méthodes publiques

Méthode Description
AddInteractions ( InteractionObjectPair iop, Sim actor, CraftersConsignment target, List results ) : void
CreateInstance ( InteractionInstanceParameters &parameters ) : InteractionInstance
Definition ( ) : NRaas.CommonSpace.Helpers
Definition ( GameObject target, bool singleServing ) : NRaas.CommonSpace.Helpers
Definition ( ObjectGuid target, bool usePath ) : NRaas.CommonSpace.Helpers
Test ( Sim a, CraftersConsignment target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool

Method Details

AddInteractions() public méthode

public AddInteractions ( InteractionObjectPair iop, Sim actor, CraftersConsignment target, List results ) : void
iop InteractionObjectPair
actor Sim
target CraftersConsignment
results List
Résultat void

CreateInstance() public méthode

public CreateInstance ( InteractionInstanceParameters &parameters ) : InteractionInstance
parameters InteractionInstanceParameters
Résultat InteractionInstance

Definition() public méthode

public Definition ( ) : NRaas.CommonSpace.Helpers
Résultat NRaas.CommonSpace.Helpers

Definition() public méthode

public Definition ( GameObject target, bool singleServing ) : NRaas.CommonSpace.Helpers
target GameObject
singleServing bool
Résultat NRaas.CommonSpace.Helpers

Definition() public méthode

public Definition ( ObjectGuid target, bool usePath ) : NRaas.CommonSpace.Helpers
target ObjectGuid
usePath bool
Résultat NRaas.CommonSpace.Helpers

Test() public méthode

public Test ( Sim a, CraftersConsignment target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool
a Sim
target CraftersConsignment
isAutonomous bool
greyedOutTooltipCallback GreyedOutTooltipCallback
Résultat bool

Property Details

mPushEat public_oe property

public bool mPushEat
Résultat bool

mSingleServing public_oe property

public bool mSingleServing
Résultat bool