Class: Shop
SOURCE LOCATION: /dpuniverse/page/shop.php
Methods Summary
| boolean |
actionSee() |
Makes this living object examine an object |
| void |
createDpPage() |
Sets up the page at object creation time |
Methods
void actionBuy(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
void actionList(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
boolean actionSee(
string
$verb , string
$noun
)
Makes this living object examine an object
| PARAMETERS: |
string |
$verb |
the action, "examine" |
| string |
$noun |
what to examine, could be empty |
| RETURNS: | boolean | TRUE for action completed, FALSE otherwise |
void actionSell(
$verb ,
$noun
)
| PARAMETERS: |
|
$verb |
|
| |
$noun |
|
| ACCESS: | public |
void createDpPage(
)
Sets up the page at object creation time
void eventDpPage(
$name
)
filterAppearance [line 131]
void filterAppearance(
$level ,
&$from ,
$appearance ,
&$user
)
| PARAMETERS: |
|
$level |
|
| |
&$from |
|
| |
$appearance |
|
| |
&$user |
|
void resetDpPage(
)
Called at regular intervals
|
|