User:DOUG/Sandbox Lich API: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
|- {{verbtableheader}} |
|- {{verbtableheader}} |
||
! scope="col" | Library |
! scope="col" | Library |
||
! scope="col" style="width: |
! scope="col" style="width: 30%" | API spec |
||
! scope="col" style="width: |
! scope="col" style="width: 20%" | Return |
||
! scope="col" style="width: 50%" | Information |
|||
|- |
|- |
||
! scope="row" role="rowheader"|Infomon |
! scope="row" role="rowheader"|Infomon |
||
| Infomon.sync |
| Infomon.sync |
||
| T / F |
|||
| Immediately refreshes all information held by Infomon. |
| Immediately refreshes all information held by Infomon. |
||
|- |
|- |
||
! scope="row" role="rowheader"|Infomon |
! scope="row" role="rowheader"|Infomon |
||
| Infomon.redo! |
| Infomon.redo! |
||
| T / F |
|||
| Destructive - deletes char table, recreates it, then repopulates it. |
| Destructive - deletes char table, recreates it, then repopulates it. |
||
|- |
|- |
||
! scope="row" role="rowheader"|Infomon |
! scope="row" role="rowheader"|Infomon |
||
| Infomon.show |
| Infomon.show |
||
| Text rows |
|||
| Displays all |
| Displays all populated information stored by Infomon. |
||
|- |
|||
! scope="row" role="rowheader"|Infomon |
|||
| Infomon.show(full=true) |
|||
| Text rows |
|||
| Displays all information stored or possible by Infomon. |
|||
|- |
|||
! | |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.thorned? |
|||
| T / F |
|||
| Currently suffering from Wall of Thorns poisoning, |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.bound? |
|||
| T / F |
|||
| Currently bound or under similar effect. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.calmed? |
|||
| T / F |
|||
| Currently calmed or under similar effect. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.cutthroat? |
|||
| T / F |
|||
| Currently suffering from a cutthroat (rogue) effect. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.silenced? |
|||
| T / F |
|||
| Currently silenced or under similar effect. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.sleeping? |
|||
| T / F |
|||
| Currently slept or under similar effect. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.webbed? |
|||
| T / F |
|||
| Currently webbed. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.stunned? |
|||
| T / F |
|||
| Currently stunned. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.dead? |
|||
| T / F |
|||
| Currently supine with no respiratory activity detectable. |
|||
|- |
|||
! scope="row" role="rowheader"|Status |
|||
| Status.muckled? |
|||
| T / F |
|||
| Suffering any of these - webbed?, bound?, sleeping?, stunned?, dead? |
|||
|} |
|} |
Latest revision as of 14:50, 28 August 2024
Place holder of limited intent
Sample 1 style
Library | API spec | Return | Information |
---|---|---|---|
Infomon | Infomon.sync | T / F | Immediately refreshes all information held by Infomon. |
Infomon | Infomon.redo! | T / F | Destructive - deletes char table, recreates it, then repopulates it. |
Infomon | Infomon.show | Text rows | Displays all populated information stored by Infomon. |
Infomon | Infomon.show(full=true) | Text rows | Displays all information stored or possible by Infomon. |
Status | Status.thorned? | T / F | Currently suffering from Wall of Thorns poisoning, |
Status | Status.bound? | T / F | Currently bound or under similar effect. |
Status | Status.calmed? | T / F | Currently calmed or under similar effect. |
Status | Status.cutthroat? | T / F | Currently suffering from a cutthroat (rogue) effect. |
Status | Status.silenced? | T / F | Currently silenced or under similar effect. |
Status | Status.sleeping? | T / F | Currently slept or under similar effect. |
Status | Status.webbed? | T / F | Currently webbed. |
Status | Status.stunned? | T / F | Currently stunned. |
Status | Status.dead? | T / F | Currently supine with no respiratory activity detectable. |
Status | Status.muckled? | T / F | Suffering any of these - webbed?, bound?, sleeping?, stunned?, dead? |