clib
- Found in:
- cLib
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Get forms from file
==> If all forms from same mod
- Found in:
- cLib
==> If all forms from same mod
- Found in:
- cLib
==> Each can be different mod, String[] to supply name for each
- Found in:
- cLib
==> Each can be different mod, String[] to supply name for each
- Found in:
- cLib
Non-SKSE version only works for inventory items that use 'vendor' type keywords which means that
more obscure items could be missed but it covers quite a lot tbh (10,664 references)
- Found in:
- cLib
Determine ownership
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Object query
- Found in:
- cLib
!simple appends "No Name-" to hexFormID return
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
used in GetFormFromFile
- Found in:
- cLib
Returns last 3 hex digits for light or 6 in regular. Input for this function assumes some prior
validation. FormIDs must be 'fully loaded' (e.g. hexForm must be 8 digits). Using aForm argument
requires that it be currently loaded but decForm || hexForm arguments does not
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
without SKSE array creation is limited to 128!
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requires full formID of a loaded plugin
Checks if the dec FormID value is between 0 and SSEEdit value for next form in Dragonborn.esm
NOTE: Injected records cannot be differentiated. This does not mean the form is valid, only that it's in range
however, apart from this caveat it does confirm that it is not from a mod use cGetForm to test validity
- Found in:
- cLib
====== Leveled Item Lists
all items in the form must have the same level and count
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
Requirement: None
- Found in:
- cLib
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
If aObjectRef is provided then xVar and yVar are overwritten by its position
Grid Map for reference
https://docs.google.com/spreadsheets/d/1yhsNb12btLWpRNRIpZ2DfjVsWR946qEZTmVML_Wi9U8/edit?usp=sharing
- Found in:
- cLib
If aObjectRef is provided then ckX and ckY are overwritten by its position
Grid Map for reference
https://docs.google.com/spreadsheets/d/1yhsNb12btLWpRNRIpZ2DfjVsWR946qEZTmVML_Wi9U8/edit?usp=sharing
- Found in:
- cLib
get the distances of array of objects from object aObj
- Found in:
- cLib
.Get*() as an array && .Set*() accepts array
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Placement == PosX&&PosY&&PosZ&&AngX&&AngY&&AngZ
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Accepts placement array as an argument
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Array returns
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Array returns
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Actual switch used in message.Show() output
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Conditional manipulation
- Found in:
- cLib
Adapted from PapyrusUtil function, awesome function!
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
- Found in:
- cLib
Entire array calculations
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
remainder is dropped!
- Found in:
- cLib
Random Number Generation (no limitation aside from VM capability at this point)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
array length capped at 128
- Found in:
- cLib
array length capped at 128
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
--> cBitwiseOp provides non-SKSE functionality for these
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Like the SKSE version, the non-SKSE version only checks the first char
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
This is !cStringIsDigit(aChar) && !cStringIsLetter(aChar)
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Because the entire string must be parsed to calculate the size it is recommended to combine string handling
functions if possible. Non-SKSE max length 128
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
Requirements None, SKSE:Soft
- Found in:
- cLib
Manipulation
- Found in:
- cLib
withThis2nd or 3rd == "*&^" allows mix/match of ""
- Found in:
- cLib
String truncation
Convenience version of cStringReplace()
- Found in:
- cLib
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
Think of this as a combination of 'ArrayResize' a 'string length clamp' for a string
filler can be any length desired so long as the string doesn't exceed 128 chars!
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
charToTrim cannot be longer than one char (it will trim more than one just the string length can't be > 1)
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
rewritten to allow charToTrim to be longer than one char in SKSE version only! One char only in non-SKSE
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
rewritten to allow charToTrim to be longer than one char in SKSE version only! One char only in non-SKSE
thank you cadpnq for the suggestion that made the non-SKSE version possible!
- Found in:
- cLib
String join and split
for convenience ensures no comma in front
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
- Found in:
- cLib
Splits a string into an array of its characters
- Found in:
- cLib
Non-SKSE version only has to look through the 16 hex digits as opposed to all 69 ASCII chars
- Found in:
- cLib
Generation
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
Returns next ASCII character in string without SKSE
- Found in:
- cLib
Returns next hex digit in string without SKSE
- Found in:
- cLib
Bool return is whether or not the replaced value is still there (can only remove ADDED forms)
forceAdd forces the value to be added even if replaceThis can't be removed
a return of TRUE == success, False == failed
- Found in:
- cLib
to/from Array
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Analysis/Comparison/Query/Tally
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Tally
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
see also: ArraySumFloat()
ArraySumInt()
ArrayAverageFloat()
ArrayAverageInt()
Conversion
- Found in:
- cLib
Requirements:None
- Found in:
- cLib
Requirements:None
- Found in:
- cLib
Requirements:None
- Found in:
- cLib
Returns array of indices == valueToFind, also can provide the inverse
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Yes...This is .Find() and rFind() used for Bool invert (first value that != aValue)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
kept for invertIt
- Found in:
- cLib
kept for invert
- Found in:
- cLib
kept for invert
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
use it for invertIt
startAt requires a positive int and counts backwards from the end
- Found in:
- cLib
used for invertIt ; -1 == last element
- Found in:
- cLib
forceAll == TRUE replaces EVERYTHING with aValue
- Found in:
- cLib
forceAll == TRUE replaces EVERYTHING with aValue
- Found in:
- cLib
forceAll == TRUE replaces EVERYTHING with aValue
- Found in:
- cLib
forceAll == TRUE replaces EVERYTHING with aValue
- Found in:
- cLib
forceAll == TRUE replaces EVERYTHING with aValue
- Found in:
- cLib
- allows return via .Find(), returnIndex == -1 returns 1st value that casts as TRUE
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
returns array [0] == smallest value, [1] == its index, [2] == largest value, [3] == its index,
[4] == array length, [5] == array sum, [6] == array average
- Found in:
- cLib
returns array [0] == smallest value, [1] == its index, [2] == largest value, [3] == its index,
[4] == array length, [5] == array sum, [6] == array average, [7] == average remainder (if any)
- Found in:
- cLib
returns array [0] == smallest value (lex), [1] == its index, [2] == largest value (lex), [3] == its index,
[4] == array length
- Found in:
- cLib
====== Manipulation
Housekeeping (returns original)
---@ Three(2 for objects) in one
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Swap Indices
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
this assumes that the last indices are not supposed to be trailingValue
- Found in:
- cLib
Shift all values that cast to Bool as False to the end
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Only for use as part of the cArraySortFloat function
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Only for use as part of the cArraySortInt function
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Returns new array [cArraySortFloat/Int() faster but no return]
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Reverse order (returns new array)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
[DEV SERVER] Loading description...
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Supply with array of ints and this removes those IndICES then returns new array
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Removes all indices of said value (returns new array)
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Array copying
--> Returns new array copy
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
- Found in:
- cLib
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
- Found in:
- cLib
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
- Found in:
- cLib
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
- Found in:
- cLib
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
- Found in:
- cLib
Resizing (mixed return, SKSE = resize original, vanilla = new copy)
clampMinLength, clampMaxLength allows 'automated' conditional length
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Slice copies a portion of aArray to new array and returns it
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Inserts an array into another (returns new array)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Merging (returns new array)
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
- Found in:
- cLib
====== CREATION
See cStringToArray() in "String" section above
Array from separated values (10 each)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
None arrays (great for papyrus array spam handling, also 'resets' an array variable)
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||! (10 functions in one)
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||! (10 functions in one)
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, <, <=, >, >=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, <, <=, >, >=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: ==, !=, <, <=, >, >=, &&, ||, !&&, &&!, !&&!, !||, ||!, !||!
e.g. !&& == !this && that ; &&! == this && !that ; !&&! == !this && !that
- Found in:
- cLib
Valid operators: +, -, /, *, **, ^, pow
- Found in:
- cLib
Valid operators: +, -, /, *, <<, leftshift, lshift, >>, rightshift, rshift, AND, NOT, OR, XOR
- Found in:
- cLib
Valid operators: +s, s+, +s+
- Found in:
- cLib
Valid operators: +, -, /, *, **, ^, pow
- Found in:
- cLib
Valid operators: +, -, /, *, <<, leftshift, lshift, >>, rightshift, rshift, AND, NOT, OR, XOR
- Found in:
- cLib
Valid operators: +s, s+, +s+
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None, SKSE:Soft
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
====== Retrieve temporary data for various functions
***CONFIRMED WORKING 21-11-02
- Found in:
- cLib
***CONFIRMED WORKING 21-11-02
- Found in:
- cLib
***CONFIRMED WORKING 21-11-02
- Found in:
- cLib
***CONFIRMED WORKING 21-11-02
- Found in:
- cLib
- Found in:
- cLib
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
Requirements: None
- Found in:
- cLib
***CONFIRMED WORKING 21-11-02
- Found in:
- cLib
Requirements: None, ConsoleUtil:Soft
- Found in:
- cLib
Requirements: None, ConsoleUtil:Soft
- Found in:
- cLib
Requirements: None, ConsoleUtil:Soft
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
In my experience more accurate thatn .IsInMenuMode()
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
- Found in:
- cLib
- Found in:
- cLib
- Found in:
- cLib
Query
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
- Found in:
- cLib
Returns text with MCM menu color formatting
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
NOT compatible with Vokriinator Black!!
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: SKSE
- Found in:
- cLib
Requirements: None
