-
Notifications
You must be signed in to change notification settings - Fork 1
M_BuffTokensList_OnServerStartup
Kyp Durron edited this page Aug 5, 2015
·
1 revision
[Missing
Namespace: (Default Namespace)
Assembly: GameServer (in GameServer.dll) Version: 1.9.7.18692
C#
[GameServerStartedEventAttribute]
public static void OnServerStartup(
DOLEvent e,
Object sender,
EventArgs args
)
VB
<GameServerStartedEventAttribute>
Public Shared Sub OnServerStartup (
e As DOLEvent,
sender As Object,
args As EventArgs
)
C++
public:
[GameServerStartedEventAttribute]
static void OnServerStartup(
DOLEvent^ e,
Object^ sender,
EventArgs^ args
)
F#
[<GameServerStartedEventAttribute>]
static member OnServerStartup :
e : DOLEvent *
sender : Object *
args : EventArgs -> unit
- e
- Type: DOL.Events.DOLEvent
[Missing documentation for "M:BuffTokensList.OnServerStartup(DOL.Events.DOLEvent,System.Object,System.EventArgs)"] - sender
- Type: System.Object
[Missing documentation for "M:BuffTokensList.OnServerStartup(DOL.Events.DOLEvent,System.Object,System.EventArgs)"] - args
- Type: System.EventArgs
[Missing documentation for "M:BuffTokensList.OnServerStartup(DOL.Events.DOLEvent,System.Object,System.EventArgs)"]