Inherits IMerc.
Public Member Functions | |
| CMerc () | |
| bool | Spawn (Critter& master) |
| IMerc@ | Dialog (int dialogid) |
| IMerc@ | Script (string& script) |
| IMerc@ | AI (int aipack) |
| IMerc@ | Bag (int bagid) |
| IMerc@ | Team (int teamid) |
| IMerc@ | Level (int level) |
| IMerc@ | PID (int npcpid) |
| IMerc@ | PID (array< int > npcpids) |
| IMerc@ | Type (int type) |
| IMerc@ | ID (int id) |
| IMerc@ | DynamicPrice () |
| bool | IsDynamicPrice () |
| IMerc@ | StartCost (int cost) |
| IMerc@ | Cost (int cost) |
| IMerc@ | SellPrice (int sellprice) |
| int | GetDialog () |
| string@ | GetScript () |
| int8 | GetBaseType () |
| int | GetAIPack () |
| int | GetBagID () |
| int | GetTeamID () |
| int | GetLevel () |
| int | GetLastPID () |
| array< int > | GetPIDs () |
| int | GetCost () |
| int | GetBagValue () |
| int | GetSellPrice () |
| uint | GetID () |
| uint | GetType () |
| string@ | GetName () |
Public Attributes | |
| bool | dynamicprice |
| int | dir |
| int | dialogid |
| string | script |
| int | aipack |
| int8 | basetype |
| int | bagid |
| int | teamid |
| int | level |
| int | respawnTime |
| array< int > | npcpids |
| int | npcpid |
| int | cost |
| int | bagvalue |
| int | startcost |
| uint | type |
| int | sellprice |
| uint | id |
| string | name |
| Serializator | serializer |
| CMerc | ( | ) |
| bool IsDynamicPrice | ( | ) |
Implements IMerc.
| int GetDialog | ( | ) |
Implements IMerc.
| int8 GetBaseType | ( | ) |
Implements IMerc.
| int GetAIPack | ( | ) |
Implements IMerc.
| int GetBagID | ( | ) |
Implements IMerc.
| int GetTeamID | ( | ) |
Implements IMerc.
| int GetLevel | ( | ) |
Implements IMerc.
| int GetLastPID | ( | ) |
Implements IMerc.
| array<int> GetPIDs | ( | ) |
Implements IMerc.
| int GetCost | ( | ) |
Implements IMerc.
| int GetBagValue | ( | ) |
Implements IMerc.
| int GetSellPrice | ( | ) |
Implements IMerc.
| uint GetID | ( | ) |
Implements IMerc.
| uint GetType | ( | ) |
Implements IMerc.
| bool dynamicprice |
| int dir |
| int dialogid |
| int aipack |
| int8 basetype |
| int bagid |
| int teamid |
| int level |
| int respawnTime |
| array<int> npcpids |
| int npcpid |
| int cost |
| int bagvalue |
| int startcost |
| uint type |
| int sellprice |
| uint id |
1.7.1