Category:NVSE-Aware Functions
From GECK
(Redirected from NVSE aware functions)
Functions which support the use of NVSE Expressions. Note that any function can support such expressions when using the Script Compiler Override.
Internally, these functions are defined with Cmd_Expression_Parse and/or use the ExpressionEvaluator class.
Notes
- When using NVSE-aware functions, if `player.` is used, it is replaced with `playerREF.`.
See Also
Pages in category "NVSE-Aware Functions"
The following 80 pages are in this category, out of 80 total.
A
- Ar All
- Ar Any
- Ar Append
- Ar BadNumericIndex
- Ar BadStringIndex
- Ar Copy
- Ar CustomSort
- Ar DeepCopy
- Ar DeepEquals
- Ar Dump
- Ar DumpF
- Ar Erase
- Ar Filter
- Ar Find
- Ar FindWhere
- Ar First
- Ar ForEach
- Ar Generate
- Ar HasKey
- Ar Init
- Ar Insert
- Ar InsertRange
- Ar Keys
- Ar Last
- Ar List
- Ar Map
- Ar MapTo
- Ar Next
- Ar Packed
- Ar Prev
- Ar Range
- Ar Resize
- Ar Size
- Ar Sort
- Ar SortAlpha
- Ar Unique
- Assert