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

Detailed Description

action that removes items from a building and adds them to the walker
ends immediately so only really makes sense as part of a larger process

Inheritance diagram for CityBuilderCore.TakeItemsAction:
CityBuilderCore.WalkerAction

Public Member Functions

 TakeItemsAction (BuildingReference building, IEnumerable< ItemQuantity > items, bool unreserve=false)
 
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
 
void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 
- Public Member Functions inherited from CityBuilderCore.WalkerAction
virtual void Continue (Walker walker)
 called by the walker after the game has been loaded
 
virtual void Cancel (Walker walker)
 called by the walker if the action was active when its process was canceled
 
virtual 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
 

Member Function Documentation

◆ Start()

override void CityBuilderCore.TakeItemsAction.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.