Property | Type | Description | |
---|---|---|---|
ConfirmationMoongate | System | ||
ConfirmationMoongate | System |
Method | Description | |
---|---|---|
BeginConfirmation ( Mobile from ) : void | ||
ConfirmationMoongate ( Serial serial ) : System | ||
Deserialize ( GenericReader reader ) : void | ||
Serialize ( GenericWriter writer ) : void | ||
Warning_Callback ( Mobile from, bool okay, object state ) : void |
Method | Description | |
---|---|---|
ConfirmationMoongate ( ) : System | ||
ConfirmationMoongate ( Point3D target, Map targetMap ) : System |
public BeginConfirmation ( Mobile from ) : void | ||
from | Mobile | |
return | void |
public ConfirmationMoongate ( Serial serial ) : System | ||
serial | Serial | |
return | System |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public Warning_Callback ( Mobile from, bool okay, object state ) : void | ||
from | Mobile | |
okay | bool | |
state | object | |
return | void |