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
(List dependencies)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{Documentation subpage}}
{{ProgrammingModule}}
 
  +
  +
{{Meta module}}
  +
{{Lua|Module:Table}}
  +
 
__TOC__
 
__TOC__
 
==Overview==
 
==Overview==
 
Provides utility functions for programming modules.
 
Provides utility functions for programming modules.
  +
 
==Structure==
 
==Structure==
 
{| class="wikitable"
 
{| class="wikitable"
Line 9: Line 14:
 
|-
 
|-
 
! util.cast
 
! util.cast
| utilities for casting values (i.e. from arguments
+
| utilities for casting values (i.e. from arguments)
 
|-
 
|-
 
! util.html
 
! util.html
Line 18: Line 23:
 
|}
 
|}
   
  +
{{Documentation categories|
==Tests==
 
  +
<!-- Categories and interwikis go here. -->
 
  +
[[ru:Модуль:Util]]
{{#invoke: {{BASEPAGENAME}}/testcases|run}}
 
  +
}}

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