|
||
int is_entity ( char *path )
char *path; // entity name
|
|
|||||||||||||||
Synopsis |
#include "silver.h"
The is_entity function checks the current SilverScreen drawing database for the existence of the entity specified by path .
|
|
||||||||||||||
Parameters |
path is a null-terminated string containing the name of the entity.
|
|
||||||||||||||
Return Value |
is_entity returns one of:
|
|
||||||||||||||
Header |
silver.h, ssnodes.h |
|