Romestead Assembly Reference

BM.GetAllTilePositionsOfType

Type JSON

public class in BM

Methods2
Properties0
Fields4
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceBM
  • Base typeBM.Leaf
  • Hash22D86E07C1414372D60FE332135A8A6000E60774739D38710DC907FC9DE0546C

Relationships

Fields

NameVisibilitySignature
_groundTypeprivateprivate WorldTile.GroundType _groundType
_radiusprivateprivate System.Int32 _radius
_structureTypeToStringIdsMapprivateprivate System.Collections.Generic.Dictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>> _structureTypeToStringIdsMap
_writePositionStackprivateprivate System.String _writePositionStack

Methods

IsTileWeAreLookingFor

private System.Boolean IsTileWeAreLookingFor(System.Int32 posX, System.Int32 posY)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • HashA4C61B3E1B7E8AA1C94A60BEFB375CC24A9E90338513803764FCB6EA695B0F64
  • Body hash8204F5644AEC1F65F7569AB6DC690D56586BBA5CEB1A1057B8A096FA2073BE27
  • IL size134
Referenced calls
  • Shared.Models.WorldTile[,]::Get(System.Int32, System.Int32)
  • System.Collections.Generic.Dictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>>::TryGetValue(!0, !1&)
  • Microsoft.Xna.Framework.Point::.ctor(System.Int32, System.Int32)
  • System.Collections.Generic.Dictionary<Microsoft.Xna.Framework.Point, CandideServer.Models.CropServerModel>::get_Item(!0)
  • System.Collections.Generic.List<System.String>::Contains(!0)
Called by

Update

protected Node.Status Update(BM.BTUpdateContext updateCtx, BM.Blackboard blackboard)

Method metadata
  • Visibilityprotected
  • Return typeNode.Status
  • StaticFalse
  • VirtualTrue
  • HashE7156E24122BC10176907D436EA484B15C3CF0F833AFBE40F21690F2942C3BFF
  • Body hash1BFE0312AF15E7032E9D9E5DFD00D69E3811F1E6A6CFB7ADE3436D31C323B436
  • IL size224
Referenced calls