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

Inheritance: CraftersConsignment.PurchaseItem.Definition
Mostra file Open project: Chain-Reaction/NRaas Class Usage Examples

Public Properties

Property Type Description
mPushEat bool
mSingleServing bool

Public Methods

Method 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 method

public AddInteractions ( InteractionObjectPair iop, Sim actor, CraftersConsignment target, List results ) : void
iop InteractionObjectPair
actor Sim
target CraftersConsignment
results List
return void

CreateInstance() public method

public CreateInstance ( InteractionInstanceParameters &parameters ) : InteractionInstance
parameters InteractionInstanceParameters
return InteractionInstance

Definition() public method

public Definition ( ) : NRaas.CommonSpace.Helpers
return NRaas.CommonSpace.Helpers

Definition() public method

public Definition ( GameObject target, bool singleServing ) : NRaas.CommonSpace.Helpers
target GameObject
singleServing bool
return NRaas.CommonSpace.Helpers

Definition() public method

public Definition ( ObjectGuid target, bool usePath ) : NRaas.CommonSpace.Helpers
target ObjectGuid
usePath bool
return NRaas.CommonSpace.Helpers

Test() public method

public Test ( Sim a, CraftersConsignment target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool
a Sim
target CraftersConsignment
isAutonomous bool
greyedOutTooltipCallback GreyedOutTooltipCallback
return bool

Property Details

mPushEat public_oe property

public bool mPushEat
return bool

mSingleServing public_oe property

public bool mSingleServing
return bool