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
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: 35%" | Use
! scope="col" style="width: 65%" | Return
|-
! scope="row" role="rowheader"|Infomon
| Infomon.sync
| Immediately refreshes all information held by Infomon.
|-
! scope="row" role="rowheader"|Infomon
| Infomon.redo!
| Destructive - deletes char table, recreates it, then repopulates it.
|-
! scope="row" role="rowheader"|Infomon
| Infomon.show or Infomon.show(full=true)
| Displays all non-zero information stored by Infomon. Full displays all values 0 or not.
|}

Revision as of 15:20, 28 August 2024

Place holder of limited intent

Sample 1 style

Library Use Return
Infomon Infomon.sync Immediately refreshes all information held by Infomon.
Infomon Infomon.redo! Destructive - deletes char table, recreates it, then repopulates it.
Infomon Infomon.show or Infomon.show(full=true) Displays all non-zero information stored by Infomon. Full displays all values 0 or not.