Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TargetTypeSelf.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
TargetTypeSelf
:
TargetType
4
{
5
public
override
Sprite
IconType
=>
EClass
.
core
.
refs
.
icons
.
targetSelf
;
6
7
public
override
int
LimitDist
=> 1;
8
9
public
override
bool
ShowMapHighlight
=>
false
;
10
11
public
override
bool
RequireLos
=>
false
;
12
13
public
override
bool
CanSelectSelf
=>
true
;
14
}
CoreRef.Icons.targetSelf
Sprite targetSelf
Definition:
CoreRef.cs:116
CoreRef.icons
Icons icons
Definition:
CoreRef.cs:339
Core.refs
CoreRef refs
Definition:
Core.cs:51
EClass
Definition:
EClass.cs:5
EClass.core
static Core core
Definition:
EClass.cs:6
TargetTypeSelf
Definition:
TargetTypeSelf.cs:4
TargetTypeSelf.CanSelectSelf
override bool CanSelectSelf
Definition:
TargetTypeSelf.cs:13
TargetTypeSelf.IconType
override Sprite IconType
Definition:
TargetTypeSelf.cs:5
TargetTypeSelf.ShowMapHighlight
override bool ShowMapHighlight
Definition:
TargetTypeSelf.cs:9
TargetTypeSelf.LimitDist
override int LimitDist
Definition:
TargetTypeSelf.cs:7
TargetTypeSelf.RequireLos
override bool RequireLos
Definition:
TargetTypeSelf.cs:11
TargetType
Definition:
TargetType.cs:4
Elin
TargetTypeSelf.cs
Generated by
1.9.6