NAME
DtSceneGetName - Get the name of the loaded scene.
SYNOPSIS
#include <Dt.h>
int DtSceneGetName( char **name )
DESCRIPTION
DtSceneGetName() returns the scene name loaded into the
GameExport database. A read-only pointer to the name of the
file is placed in the variable pointed to by name. This
array is an internal buffer. Do not free or modify the
name.
DIAGNOSTICS
DtSceneGetName() returns one on success and zero on failure.
FILES
Link with -lDtOMio