1 sharedlibrarycorecommands CommandExtensions
RaidMax edited this page 2023-05-20 22:09:21 -05:00

CommandExtensions Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Commands
  SharedLibraryCore.Commands.CommandExtensions[[CommandExtensions]]
  end

Members

Methods

Public Static methods

Returns Name
bool CanPerformActionOnTarget(GameEvent gameEvent)
bool IsTargetingSelf(GameEvent gameEvent)

Details

Methods

IsTargetingSelf

Source code

public static bool IsTargetingSelf(GameEvent gameEvent)
Arguments
Type Name Description
GameEvent gameEvent

CanPerformActionOnTarget

Source code

public static bool CanPerformActionOnTarget(GameEvent gameEvent)
Arguments
Type Name Description
GameEvent gameEvent

Generated with ModularDoc