formZ SDK | 5.0 API Reference | System | Texture Maps

fz_tmap_get_floc

Description

Gets the file locator (floc) of a texture map. The floc argument needs to be allocated and disposed by the calling code via the API functions fzrt_file_floc_init and .
fz_tmap_find_file should be called before using this function.

Plugin Prototype

fzrt_error_td fz_tmap_get_floc(

fz_tmap_ptr

tmap,

fzrt_floc_ptr

floc )

Parameters

tmap [Input]

the texture map for which to get the file locator

floc [Result]

the file locator

Returns

error codes

Availability

5.0.0.0

See Also

fz_tmap_set_floc_func

Function Set

fz_tmap_fset


Defined in

fz_tmap_api.h