IMyCubeGridGetCubeBlock Method |
[This is preliminary documentation and is subject to change.]
Get cube block at given position
Namespace: VRage.Game.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax IMySlimBlock GetCubeBlock(
Vector3I pos
)
Parameters
- pos
- Type: Vector3I
Block position
Return Value
Type:
IMySlimBlockBlock or null if none is present at given position
See Also