Add a subCell parameter to IPositionableInfo.CanEnterCell
This commit is contained in:
@@ -324,7 +324,7 @@ namespace OpenRA.Traits
|
||||
|
||||
public interface IPositionableInfo : IOccupySpaceInfo
|
||||
{
|
||||
bool CanEnterCell(World world, Actor self, CPos cell, Actor ignoreActor = null, BlockedByActor check = BlockedByActor.All);
|
||||
bool CanEnterCell(World world, Actor self, CPos cell, SubCell subCell = SubCell.FullCell, Actor ignoreActor = null, BlockedByActor check = BlockedByActor.All);
|
||||
}
|
||||
|
||||
public interface IPositionable : IOccupySpace
|
||||
|
||||
Reference in New Issue
Block a user