Difference between revisions of "GET TEXTURE"
Jump to navigation
Jump to search
(New page: {{Native |noheader=0 |np=1 |p1t=integer |p1d=Texture library handle |p2t=string |p2d=Name of texture (*.dds file, exclude extension in use) |r=1 |rt=integer |rd=Returns the texture handle....) |
m |
||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |||
|np=1 | |np=1 | ||
|p1t=integer | |p1t=integer | ||
Line 10: | Line 9: | ||
|rd=Returns the texture handle. | |rd=Returns the texture handle. | ||
}} | }} | ||
− | |||
− |
Revision as of 11:31, 27 December 2008
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | Texture library handle |
2. | string | Name of texture (*.dds file, exclude extension in use) |
Return value: | ||
Type | Description | |
integer | Returns the texture handle. |