| Property | Value |
|---|---|
| Native Name | CREATE_RUNTIME_TEXTURE |
| Hash | 0xFEC3766D |
| Return Type | long |
| API Set | client |
| Parameters | txd (long), txn (char*), width (int), height (int) |
Description: Creates a blank runtime texture.
Parameters
txd(long) — A handle to the runtime TXD to create the runtime texture in.txn(char*) — The name for the texture in the runtime texture dictionary.width(int) — The width of the new texture.height(int) — The height of the new texture.