|
Pol
Revision:cb584c9
|
#include "skillid.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Bscript | |
| Pol::Core | |
| Pol::Items | |
| Pol::Mobile | |
| Pol::Multi | |
| Pol::Network | |
Functions | |
| bool | Pol::Core::getAttributeParam (Executor &exec, unsigned param, const Mobile::Attribute *&attr) |
| bool | Pol::Core::getCharacterOrClientParam (Executor &exec, unsigned param, Mobile::Character *&chrptr, Network::Client *&clientptr) |
| bool | Pol::Core::getCharacterParam (Bscript::Executor &exec, unsigned param, Mobile::Character *&chrptr) |
| bool | Pol::Core::getItemParam (Executor &exec, unsigned param, Items::Item *&itemptr) |
| bool | Pol::Core::getMultiParam (Executor &exec, unsigned param, Multi::UMulti *&multiptr) |
| bool | Pol::Core::getObjtypeParam (Executor &exec, unsigned param, unsigned int &objtype) |
| bool | Pol::Core::getObjtypeParam (Executor &exec, unsigned param, const Items::ItemDesc *&itemdesc_out) |
| bool | Pol::Core::getSkillIdParam (Executor &exec, unsigned param, USKILLID &skillid) |
| bool | Pol::Core::getUBoatParam (Executor &exec, unsigned param, Multi::UBoat *&boatptr) |
| bool | Pol::Core::getUObjectParam (Executor &exec, unsigned param, UObject *&objptr) |
| bool | Pol::Core::getVitalParam (Executor &exec, unsigned param, const Vital *&vital) |
Definition in file uoexhelp.h.