Method | Description | |
---|---|---|
buyCar ( string packet, int personaId, int userId, |
||
getOtherPersonasCars ( int personaId, |
||
getPersonaDefaultCar ( int personaId, int userId, |
||
getPersonasCars ( int personaId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
repair ( int userId, int personaId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
sellCar ( int carId, int personaId, int userId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
updatePersonaCar ( int personaId, int userId, string packet, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
updatePersonaCar_car ( int personaId, int userId, string packet, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
updatePersonaDefaultCar ( int carId, int personaId, int userId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void |
public static buyCar ( string packet, int personaId, int userId, |
||
packet | string | |
personaId | int | |
userId | int | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static getOtherPersonasCars ( int personaId, |
||
personaId | int | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static getPersonaDefaultCar ( int personaId, int userId, |
||
personaId | int | |
userId | int | |
connection | ||
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static getPersonasCars ( int personaId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
personaId | int | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static repair ( int userId, int personaId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
userId | int | |
personaId | int | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static sellCar ( int carId, int personaId, int userId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
carId | int | |
personaId | int | |
userId | int | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static updatePersonaCar ( int personaId, int userId, string packet, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
personaId | int | |
userId | int | |
packet | string | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static updatePersonaCar_car ( int personaId, int userId, string packet, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
personaId | int | |
userId | int | |
packet | string | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |
public static updatePersonaDefaultCar ( int carId, int personaId, int userId, MySqlConnection connection, string &outPacket, bool &isGoodResponse ) : void | ||
carId | int | |
personaId | int | |
userId | int | |
connection | MySqlConnection | |
outPacket | string | |
isGoodResponse | bool | |
return | void |