User:DOUG/Sandbox Lich API: Difference between revisions

The official GemStone IV encyclopedia.
< User:DOUG
Jump to navigation Jump to search
(Created page with "Place holder of limited intent")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Place holder of limited intent
Place holder of limited intent

Sample 1 style

{| {{verbtable|90}}
|- {{verbtableheader}}
! scope="col" | Library
! scope="col" style="width: 30%" | API spec
! scope="col" style="width: 20%" | Return
! scope="col" style="width: 50%" | Information
|-
! scope="row" role="rowheader"|Infomon
| Infomon.sync
| T / F
| Immediately refreshes all information held by Infomon.
|-
! scope="row" role="rowheader"|Infomon
| Infomon.redo!
| T / F
| Destructive - deletes char table, recreates it, then repopulates it.
|-
! scope="row" role="rowheader"|Infomon
| Infomon.show
| Text rows
| 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 15: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?