Add a script trigger overlay.
This commit is contained in:
committed by
teinarss
parent
058fb51f4c
commit
7735107deb
@@ -522,6 +522,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return id;
|
||||
}
|
||||
|
||||
public IEnumerable<CPos> TriggerPositions()
|
||||
{
|
||||
return cellTriggerInfluence.Keys;
|
||||
}
|
||||
|
||||
public void RemoveCellTrigger(int id)
|
||||
{
|
||||
if (!cellTriggers.TryGetValue(id, out var trigger))
|
||||
|
||||
Reference in New Issue
Block a user