Difference between revisions of "Pluggy Functions"
Jump to navigation
Jump to search
imported>Wrye (All pluggy functions.) |
imported>Wrye (Shortened some descriptions.) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]] | !align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]] | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[ArrayCmp]] || | |[[:Category:Pluggy|Pluggy]] || [[ArrayCmp]] || Compares two arrays. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[ArrayCount]] || | |[[:Category:Pluggy|Pluggy]] || [[ArrayCount]] || Returns the count of indexes that contain a value. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[ArrayEsp]] || | |[[:Category:Pluggy|Pluggy]] || [[ArrayEsp]] || Gets or sets the esp associated to an array. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[ArrayProtect]] || | |[[:Category:Pluggy|Pluggy]] || [[ArrayProtect]] || Gets or sets the protection state of an array. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[ArraySize]] || | |[[:Category:Pluggy|Pluggy]] || [[ArraySize]] || Gets or sets the size of an array. | ||
|} | |} | ||
Line 30: | Line 30: | ||
!align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]] | !align=left|Description - [[#A|A]][[#B|B]][[#C|C]][[#D|D]][[#E|E]][[#F|F]][[#G|G]][[#H|H]][[#I|I]][[#J|J]][[#K|K]][[#L|L]][[#M|M]][[#N|N]][[#O|O]][[#P|P]][[#Q|Q]][[#R|R]][[#S|S]][[#T|T]][[#U|U]][[#V|V]][[#W|W]][[#X|X]][[#Y|Y]][[#Z|Z]] | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[CopyArray]] || | |[[:Category:Pluggy|Pluggy]] || [[CopyArray]] || Creates a copy of an array and returns the newly created ArrayID. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[CopyString]] || | |[[:Category:Pluggy|Pluggy]] || [[CopyString]] || | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[CreateArray]] || | |[[:Category:Pluggy|Pluggy]] || [[CreateArray]] || Creates a new array. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[CreateString]] || | |[[:Category:Pluggy|Pluggy]] || [[CreateString]] || | ||
Line 50: | Line 50: | ||
|[[:Category:Pluggy|Pluggy]] || [[DelTxtFile]] || | |[[:Category:Pluggy|Pluggy]] || [[DelTxtFile]] || | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[DestroyAllArrays]] || | |[[:Category:Pluggy|Pluggy]] || [[DestroyAllArrays]] || Destroys all arrays associated with the EspID. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[DestroyAllStrings]] || | |[[:Category:Pluggy|Pluggy]] || [[DestroyAllStrings]] || Destroys the array. | ||
|- | |- | ||
|[[:Category:Pluggy|Pluggy]] || [[DestroyArray]] || | |[[:Category:Pluggy|Pluggy]] || [[DestroyArray]] || |
Latest revision as of 21:08, 2 June 2008
This page lists all functions for Pluggy. For a more comprehesive list of functions (including native CS and other OBSE related functions), see List of Functions.
Editors: Do not edit entries on this page. See Raw Function List for more info.
Contents |
---|
0–9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
A[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | ArrayCmp | Compares two arrays. |
Pluggy | ArrayCount | Returns the count of indexes that contain a value. |
Pluggy | ArrayEsp | Gets or sets the esp associated to an array. |
Pluggy | ArrayProtect | Gets or sets the protection state of an array. |
Pluggy | ArraySize | Gets or sets the size of an array. |
C[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | CopyArray | Creates a copy of an array and returns the newly created ArrayID. |
Pluggy | CopyString | |
Pluggy | CreateArray | Creates a new array. |
Pluggy | CreateString |
D[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | DelFile | |
Pluggy | DelTxtFile | |
Pluggy | DestroyAllArrays | Destroys all arrays associated with the EspID. |
Pluggy | DestroyAllStrings | Destroys the array. |
Pluggy | DestroyArray | |
Pluggy | DestroyString | |
Pluggy | DupArray |
E[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | EspToString |
F[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | FileToString | |
Pluggy | FindFloatInArray | |
Pluggy | FindInArray | |
Pluggy | FindRefInArray | |
Pluggy | FirstFreeInArray | |
Pluggy | FirstInArray | |
Pluggy | FloatToString |
G[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | GetEsp | |
Pluggy | GetInArray | |
Pluggy | GetRefEsp | |
Pluggy | GetTypeInArray |
I[edit | edit source]
L[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | LC |
M[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | ModRefEsp |
P[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | PackArray |
R[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | RefToString | |
Pluggy | RemInArray | |
Pluggy | RenFile | |
Pluggy | RenTxtFile |
S[edit | edit source]
T[edit | edit source]
Source | Function | Description - ABCDEFGHIJKLMNOPQRSTUVWXYZ |
---|---|---|
Pluggy | TxtFileExists |