Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
NpcCrewPaidWage
Interface NpcCrewPaidWage
Base interface shared by all journal event types.
interface
NpcCrewPaidWage
{
Amount
:
number
;
NpcCrewId
:
number
;
NpcCrewName
:
string
;
event
:
"NpcCrewPaidWage"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"NpcCrewPaidWage"
>
NpcCrewPaidWage
Index
Properties
Amount
Npc
Crew
Id
Npc
Crew
Name
event
timestamp
Properties
Amount
Amount
:
number
Npc
Crew
Id
Npc
Crew
Id
:
number
Npc
Crew
Name
Npc
Crew
Name
:
string
event
event
:
"NpcCrewPaidWage"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Amount
Npc
Crew
Id
Npc
Crew
Name
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.