Difference between revisions of "GET TEXTURE"

From GTAMods Wiki
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
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
 
|np=1
 
|np=1
 
|p1t=integer
 
|p1t=integer
Line 10: Line 9:
 
|rd=Returns the texture handle.
 
|rd=Returns the texture handle.
 
}}
 
}}
 
[[Category:Native functions]]
 

Latest revision as of 08:54, 10 December 2016

GET_TEXTURE
Number of parameters: 1
Parameter #TypeDescription
1.integerTexture library handle
2.stringName of texture (*.dds file, exclude extension in use)
Return value:
TypeDescription
integerReturns the texture handle.