BM.GetAllTilePositionsOfType
Type JSONpublic class in BM
Type metadata
- Assembly
CandideServer - Namespace
BM - Base type
BM.Leaf - Hash
22D86E07C1414372D60FE332135A8A6000E60774739D38710DC907FC9DE0546C
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
_groundType# | private | private WorldTile.GroundType _groundType |
_radius# | private | private System.Int32 _radius |
_structureTypeToStringIdsMap# | private | private System.Collections.Generic.Dictionary<WorldTile.StructureType, System.Collections.Generic.List<System.String>> _structureTypeToStringIdsMap |
_writePositionStack# | private | private System.String _writePositionStack |
Methods
IsTileWeAreLookingFor
#
private System.Boolean IsTileWeAreLookingFor(System.Int32 posX, System.Int32 posY)
Method metadata
- Visibilityprivate
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
A4C61B3E1B7E8AA1C94A60BEFB375CC24A9E90338513803764FCB6EA695B0F64 - Body hash
8204F5644AEC1F65F7569AB6DC690D56586BBA5CEB1A1057B8A096FA2073BE27 - 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 type
Node.Status - StaticFalse
- VirtualTrue
- Hash
E7156E24122BC10176907D436EA484B15C3CF0F833AFBE40F21690F2942C3BFF - Body hash
1BFE0312AF15E7032E9D9E5DFD00D69E3811F1E6A6CFB7ADE3436D31C323B436 - IL size224
Referenced calls
Shared.Entity.EntityWrapper::get_Position2()Shared.Helpers.WorldTileHelper::GetTilePosition(System.Single, System.Single)Microsoft.Xna.Framework.MathHelper::Clamp(System.Int32, System.Int32, System.Int32)BM.GetAllTilePositionsOfType::IsTileWeAreLookingFor(System.Int32, System.Int32)Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)BM.Blackboard::PushToStack(System.String, T)