Path of Exile Wiki

Please consider helping keep the wiki up to date. Check the to-do list of updates needed for version 3.14.0.

Game data exports will becoming later as the technical changes in addition to regular changes take some more time.

READ MORE

Path of Exile Wiki
mNo edit summary
(List dependencies)
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{Documentation subpage}}
{{ProgrammingModule}}
 
  +
  +
{{Meta module}}
  +
{{Lua|Module:Table}}
  +
  +
__TOC__
 
==Overview==
 
==Overview==
 
Provides utility functions for programming modules.
 
Provides utility functions for programming modules.
  +
  +
==Structure==
  +
{| class="wikitable"
  +
! Group
  +
! Description
  +
|-
  +
! util.cast
  +
| utilities for casting values (i.e. from arguments)
  +
|-
  +
! util.html
  +
| shorthand functions for creating some html tags
  +
|-
  +
! util.misc
  +
| miscellaneous functions
  +
|}
  +
  +
{{Documentation categories|
  +
<!-- Categories and interwikis go here. -->
  +
[[ru:Модуль:Util]]
  +
}}

Revision as of 18:54, 14 December 2020

Overview

Provides utility functions for programming modules.

Structure

Group Description
util.cast utilities for casting values (i.e. from arguments)
util.html shorthand functions for creating some html tags
util.misc miscellaneous functions