#include <psitem.h>
|
| void | ChangeAmount (int newAmount) |
| |
| void | ChangeIntervals (int newint, int newrand) |
| |
| void | ChangeRange (float newRange) |
| |
| psItem * | CreateItem () |
| |
| csString | GetFlags () |
| | Gets the flags which will be associated to this item. More...
|
| |
| int | GetInterval () |
| |
| uint32 | GetItemID () |
| |
| int | GetLockSkill () |
| | Gets the lock skill which will be associated to this item. More...
|
| |
| int | GetLockStrength () |
| | Gets the lock strength which will be associated to this item. More...
|
| |
| int | GetMaxModifier () |
| |
| csVector3 & | GetPosition () |
| |
| psSectorInfo * | GetSector () |
| |
| int | MakeInterval () |
| | This will return a randomized interval. More...
|
| |
| | psScheduledItem (int spawnID, uint32 itemID, csVector3 &position, psSectorInfo *sector, InstanceID instance, int interval, int maxrnd, float range, int lock_str=0, int lock_skill=-1, csString flags="") |
| |
| void | Remove () |
| | Deletes from the DB and everything. More...
|
| |
| void | UpdatePosition (csVector3 &positon, const char *sector) |
| |
| bool | WantToDie () |
| |
Definition at line 1277 of file psitem.h.
| psScheduledItem::psScheduledItem |
( |
int |
spawnID, |
|
|
uint32 |
itemID, |
|
|
csVector3 & |
position, |
|
|
psSectorInfo * |
sector, |
|
|
InstanceID |
instance, |
|
|
int |
interval, |
|
|
int |
maxrnd, |
|
|
float |
range, |
|
|
int |
lock_str = 0, |
|
|
int |
lock_skill = -1, |
|
|
csString |
flags = "" |
|
) |
| |
| void psScheduledItem::ChangeAmount |
( |
int |
newAmount | ) |
|
| void psScheduledItem::ChangeIntervals |
( |
int |
newint, |
|
|
int |
newrand |
|
) |
| |
| void psScheduledItem::ChangeRange |
( |
float |
newRange | ) |
|
| psItem* psScheduledItem::CreateItem |
( |
| ) |
|
| csString psScheduledItem::GetFlags |
( |
| ) |
|
|
inline |
Gets the flags which will be associated to this item.
Definition at line 1320 of file psitem.h.
| int psScheduledItem::GetInterval |
( |
| ) |
|
|
inline |
| uint32 psScheduledItem::GetItemID |
( |
| ) |
|
|
inline |
| int psScheduledItem::GetLockSkill |
( |
| ) |
|
|
inline |
Gets the lock skill which will be associated to this item.
Definition at line 1314 of file psitem.h.
| int psScheduledItem::GetLockStrength |
( |
| ) |
|
|
inline |
Gets the lock strength which will be associated to this item.
Definition at line 1308 of file psitem.h.
| int psScheduledItem::GetMaxModifier |
( |
| ) |
|
|
inline |
| csVector3& psScheduledItem::GetPosition |
( |
| ) |
|
|
inline |
| int psScheduledItem::MakeInterval |
( |
| ) |
|
This will return a randomized interval.
| void psScheduledItem::Remove |
( |
| ) |
|
Deletes from the DB and everything.
| void psScheduledItem::UpdatePosition |
( |
csVector3 & |
positon, |
|
|
const char * |
sector |
|
) |
| |
| bool psScheduledItem::WantToDie |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: