Loading...
Searching...
No Matches
CityBuilderCore.ItemsGiverAction Class Reference

Detailed Description

walks to an IItemGiver and gives items to the walker

Inheritance diagram for CityBuilderCore.ItemsGiverAction:
CityBuilderCore.WalkerAction

Public Member Functions

 ItemsGiverAction (Walker walker, ItemQuantity items, float maxDistance, bool reserve)
 
 ItemsGiverAction (ItemQuantity items, IItemGiver itemGiver, WalkingPath walkingPath, bool reserve)
 
override void Start (Walker walker)
 called by the walker when the action is first started, either by being first in a process or when the previous action has ended
 
override void Continue (Walker walker)
 called by the walker after the game has been loaded
 
override void Cancel (Walker walker)
 called by the walker if the action was active when its process was canceled
 
override void End (Walker walker)
 called by the walker when this is the active action and the process advances
do not call this directly, to end an action call Walker.AdvanceProcess
 
void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 

Member Function Documentation

◆ Cancel()

override void CityBuilderCore.ItemsGiverAction.Cancel ( Walker walker)
inlinevirtual

called by the walker if the action was active when its process was canceled

Parameters
walkerthe walker performing this action

Reimplemented from CityBuilderCore.WalkerAction.

◆ Continue()

override void CityBuilderCore.ItemsGiverAction.Continue ( Walker walker)
inlinevirtual

called by the walker after the game has been loaded

Parameters
walkerthe walker performing this action

Reimplemented from CityBuilderCore.WalkerAction.

◆ End()

override void CityBuilderCore.ItemsGiverAction.End ( Walker walker)
inlinevirtual

called by the walker when this is the active action and the process advances
do not call this directly, to end an action call Walker.AdvanceProcess

Parameters
walker

Reimplemented from CityBuilderCore.WalkerAction.

◆ Start()

override void CityBuilderCore.ItemsGiverAction.Start ( Walker walker)
inlinevirtual

called by the walker when the action is first started, either by being first in a process or when the previous action has ended

Parameters
walkerthe walker performing this action

Reimplemented from CityBuilderCore.WalkerAction.