CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriFs Class Reference

Global class of the Fs library More...

Static Public Member Functions

static bool GetNumUsedBinders (out int curNum, out int maxNum, out int limit)
 Get the number of binders used More...
 
static bool GetNumUsedLoaders (out int curNum, out int maxNum, out int limit)
 Get the number of loaders used More...
 
static bool GetNumUsedInstallers (out int curNum, out int maxNum, out int limit)
 Get the number of installers used More...
 
static bool GetNumBinds (out int curNum, out int maxNum, out int limit)
 Get the number of bindings More...
 
static bool GetNumOpenedFiles (out int curNum, out int maxNum, out int limit)
 Get the number of opened files More...
 

Detailed Description

Global class of the Fs library

Member Function Documentation

static bool GetNumUsedBinders ( out int  curNum,
out int  maxNum,
out int  limit 
)
inlinestatic

Get the number of binders used

Parameters
curNumThe number of binders in use
maxNumMaximum number of binders used simultaneously
limitMaximum number of usable binders
Returns
Whether the acquisition succeeded
Description:
Return the number of binders being used.

static bool GetNumUsedLoaders ( out int  curNum,
out int  maxNum,
out int  limit 
)
inlinestatic

Get the number of loaders used

Parameters
curNumThe number of loaders in use
maxNumMaximum number of loaders used simultaneously
limitMaximum number of usable loaders
Returns
Whether the acquisition succeeded
Description:
Get the numbers of loaders used
static bool GetNumUsedInstallers ( out int  curNum,
out int  maxNum,
out int  limit 
)
inlinestatic

Get the number of installers used

Parameters
curNumThe number of installers in use
maxNumMaximum number of installers used simultaneously
limitMaximum number of usable installers
Returns
Whether the acquisition succeeded
Description:
Get the number of installers being used.

static bool GetNumBinds ( out int  curNum,
out int  maxNum,
out int  limit 
)
inlinestatic

Get the number of bindings

Parameters
curNumNumber of files currently bound
maxNumMaximum number of simultaneous bindings
limitMaximum number of bindings
Returns
Whether the acquisition succeeded
Description:
Return the number of bindings.

static bool GetNumOpenedFiles ( out int  curNum,
out int  maxNum,
out int  limit 
)
inlinestatic

Get the number of opened files

Parameters
curNumNumber of files currently open
maxNumMaximum number of files opened simultaneously
limitMaximum number of files that can be opened simultaneously
Returns
Whether the acquisition succeeded
Description:
Return the number of opened files.


The documentation for this class was generated from the following file: