-
-
Notifications
You must be signed in to change notification settings - Fork 48
sharedlibrarycorecommands CommandExtensions
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Commands
SharedLibraryCore.Commands.CommandExtensions[[CommandExtensions]]
end
Returns | Name |
---|---|
bool |
CanPerformActionOnTarget (GameEvent gameEvent) |
bool |
IsTargetingSelf (GameEvent gameEvent) |
public static bool IsTargetingSelf(GameEvent gameEvent)
Type | Name | Description |
---|---|---|
GameEvent |
gameEvent |
public static bool CanPerformActionOnTarget(GameEvent gameEvent)
Type | Name | Description |
---|---|---|
GameEvent |
gameEvent |
Generated with ModularDoc