1 sharedlibrarycoregameevent EventType
RaidMax edited this page 2023-05-20 22:09:21 -05:00

EventType Public enum

Diagram

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

Details

Fields

Unknown

Summary

the event wasn't parsed properly

Start

Summary

a server started being monitored

Stop

Summary

a server stopped being monitored

Connect

Summary

a client was detecting as connecting via log

Join

Summary

a client was detecting joining by RCon

Quit

Summary

a client was detected leaving via log

Disconnect

Summary

a client was detected leaving by RCon

MapEnd

Summary

the current map ended

MapChange

Summary

the current map changed

PreConnect

Summary

a client was detected as starting to connect

PreDisconnect

Summary

a client was detecting as starting to disconnect

Update

Summary

a client's information was updated

ConnectionLost

Summary

connection was lost to a server (the server has not responded after a number of attempts)

ConnectionRestored

Summary

connection was restored to a server (the server began responding again)

SayTeam

Say

Summary

a client sent a message

Warn

Summary

a client was warned

WarnClear

Summary

all warnings for a client were cleared

Report

Summary

a client was reported

Flag

Summary

a client was flagged

Unflag

Summary

a client was unflagged

Kick

Summary

a client was kicked

TempBan

Summary

a client was tempbanned

Ban

Summary

a client was banned

Unban

Summary

a client was unbanned

Command

Summary

a client entered a command

ChangePermission

Summary

a client's permission was changed

Login

Summary

client logged in to webfront

Logout

Summary

client logged out of webfront

MetaUpdated

Summary

meta value updated on client

Broadcast

Summary

a message is sent to all clients

Tell

Summary

a message is sent to a specific client

ScriptDamage

Summary

AC Damage Log

ScriptKill

Summary

AC Kill Log

Damage

Summary

damage info printed out by game script

Kill

Summary

kill info printed out by game script

JoinTeam

Summary

team info printed out by game script

Other

Summary

used for community generated plugin events

Generated with ModularDoc