| RpxUnpackRezFork |
Unpacks windows resource 'RPX' #127
into its original .rpx file |
| RpxUnpackResourceDirectory |
Unpacks a single .rpx
resource ID
into an entire RezPacked directory |
| RpxPackFolder |
Dynamically packs any
folder or file into an .rpx resource file |
| CreateResFile |
Creates a new .rpx resource file |
| GetTotalResources |
Returns the total number of
resources in a .rpx file |
| GetResource |
Retrieves and instantly decompresses
a single resource by name or ID |
| CountResources |
Returns a count of the number of any
resource type |
| GetIndResource |
Retrieves resource by index (o-max)
when you don't know what's in the .rpx file |
| WriteResource |
Saves and automatically compresses
any data into a single resource ID |
| AddResourceFile |
Adds a resource ID to any .rpx file
by loading data from any PC file. |
| DeleteResource |
Deletes any resouce ID
|
| ChangeResInfo |
Changes resource ID, type, or name
dynamically in a .rpx resource file |
| GetIndResInfo |
Retrieves information about any
resource |
| OpenResFile |
Opens any .rpx resource file. Up to
100 simultaneously |