IsTexture()

语法

Result = IsTexture(#Texture)
概要
Tests if the given texture is valid and correctly initialized.

参数

#Texture The texture to test.

返回值

Nonzero if the texture is valid, zero otherwise.

Remarks

This function is bulletproof and may be used with any value. This is the correct way to ensure a texture is ready to use.

已支持操作系统

所有

<- GetScriptTexture() - Texture Index - LoadTexture() ->