Public Member Functions |
|
FBAssetFile (str pName) | |
Constructor. |
|
bool | FBCreate () |
Open Reality Creation function. |
|
str | GetCheckedOutBy () |
Returns the name of the user who currently
has this file checked out. |
|
bool | IsCheckedOut () |
Returns a boolean value indicating if this
file is checked out by any user. |
|
bool | IsCheckedOutByMe () |
Returns a boolean value indicating if this
file is checked out by the current user. |
FBAssetFile | ( | str | pName | ) |
Constructor.
pName | Name of Command. |
bool FBCreate | ( | ) |
Open Reality Creation function.
Reimplemented from FBComponent.
str GetCheckedOutBy | ( | ) |
Returns the name of the user who currently has this file checked out.
bool IsCheckedOut | ( | ) |
Returns a boolean value indicating if this file is checked out by any user.
bool IsCheckedOutByMe | ( | ) |
Returns a boolean value indicating if this file is checked out by the current user.