Difference between revisions of "NiSourceTextureSetExternalTexture"
Jump to navigation
Jump to search
imported>DragoonWraith m (NifSetNthChildBaseTexture moved to NiSourceTextureSetExternalTexture: new name for function as of alpha 5.) |
imported>DragoonWraith |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax''' | '''Syntax''' | ||
(bool:success) | (bool:success) NiSourceTextureSetExternalTexture string:filePath short:nifID ''short:blockID'' | ||
(bool:success) NiSrcTexSetExtTex string:filePath short:nifID ''short:blockID'' | |||
Sets the | Sets the texture used by the <tt>NiSourceTexture</tt>-derived block indicated by <tt>blockID</tt> to the texture file found at <tt>filePath</tt>. The <tt>filePath</tt> argument is relative to <tt>Oblivion\Textures\</tt>. The <tt>blockID</tt> argument defaults to 0, which is usually the NIF's root <tt>NiNode</tt>, not a <tt>NiSourceTexture</tt>, and therefore this function will almost always require an explicit <tt>blockID</tt>. Returns 1 if successful, 0 on failure. | ||
== See Also == | == See Also == | ||
* [[ | * [[NiTexturingPropertyGetTextureSource]] | ||
* [[ | * [[NiSourceTextureIsExternal]] | ||
* [[ | * [[NiSourceTextureGetFile]] | ||
[[Category:NifSE| | [[Category:NifSE|SourceTextureSetExternalTexture]] | ||
[[Category:NifSE ( | [[Category:NifSE (NiSourceTexture)|SetExternalTexture]] |
Latest revision as of 13:42, 31 August 2010
This is a command from NifSE.
Syntax
(bool:success) NiSourceTextureSetExternalTexture string:filePath short:nifID short:blockID (bool:success) NiSrcTexSetExtTex string:filePath short:nifID short:blockID
Sets the texture used by the NiSourceTexture-derived block indicated by blockID to the texture file found at filePath. The filePath argument is relative to Oblivion\Textures\. The blockID argument defaults to 0, which is usually the NIF's root NiNode, not a NiSourceTexture, and therefore this function will almost always require an explicit blockID. Returns 1 if successful, 0 on failure.