Skip to content

M_BuffTokensList_OnServerStartup

Kyp Durron edited this page Aug 5, 2015 · 1 revision

BuffTokensList.OnServerStartup Method

[Missing

documentation for "M:BuffTokensList.OnServerStartup(DOL.Events.DOLEvent,System.Object,System.EventArgs)"]

Namespace: (Default Namespace)
Assembly: GameServer (in GameServer.dll) Version: 1.9.7.18692

Syntax

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 

Parameters

 

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)"]

See Also

Reference

BuffTokensList Class
(Default Namespace) Namespace

Clone this wiki locally