Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SharpMod
Commands
ChangeMap
C# Class SharpMod.Commands.ChangeMap
Inheritance:
Command
Mostra file
Open project: txdv/sharpmod
Public Methods
Method
Description
ChangeMap
(
string
arguments
) :
System
Execute
(
Player
player
) :
void
Protected Methods
Method
Description
OnSuccess
(
Player
player
) :
void
Method Details
ChangeMap()
public
method
public
ChangeMap
(
string
arguments
) :
System
arguments
string
return
System
Execute()
public
method
public
Execute
(
Player
player
) :
void
player
Player
return
void
OnSuccess()
protected
method
protected
OnSuccess
(
Player
player
) :
void
player
Player
return
void