|
||
BOS_NODE *get_bos ( char *path )
char *path; // path to block, object or symbol
|
|
|
Synopsis |
#include "ssnodes.h"
The get_bos function searches a SilverScreen drawing for the entity specified by path .
|
|
Parameters |
path is a null-terminated string containing the name of an entity.
|
|
Return Value |
get_bos returns a pointer to the entity, if found, and NULL otherwise.
|
|
Comments |
The pointer returned is a direct pointer into the SilverScreen drawing database.
|
|
See Also |
|
|
|
|