Home
last modified time | relevance | path

Searched refs:PrintActivityTree (Results 1 – 1 of 1) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Activities/
H A DActivity.cs234 protected void PrintActivityTree(Actor self, Activity origin = null, int level = 0) in PrintActivityTree() method in OpenRA.Activities.Activity
237 self.CurrentActivity.PrintActivityTree(self, this); in PrintActivityTree()
247 ChildActivity.PrintActivityTree(self, origin, level + 1); in PrintActivityTree()
250 NextActivity.PrintActivityTree(self, origin, level); in PrintActivityTree()