formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Data Model

fz_ffmt_data_model_tmap_filetab_entry_by_src_floc

Description

Gets an entry from a texture file table which matches a source file's name and file path.

Plugin Prototype

fzrt_error_td fz_ffmt_data_model_tmap_filetab_entry_by_src_floc(

fz_ffmt_tmap_filetab_ptr

filetab,

fzrt_floc_ptr

floc1,

fz_ffmt_tmap_file_ptr *

item )

Parameters

filetab [Input]

The texture file table.

floc1 [Input]

A file location containing the file name and path to match with the source texture.

item [Result]

The table entry.

Returns

TRUE on success (an entry was found). FALSE otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_data_model_fset


Defined in

fz_ffmt_api.h