void addRoute( SFNode fromNode, SFString fromEventOut, SFNode toNode, SFString toEventIn ) |
void deleteRoute( SFNode fromNode, SFString fromEventOut, SFNode toNode, SFString toEventIn ) : These methods respectively add and delete a route between the given event names for the given nodes. |
Scripts that may call these methods must have directOutput set to TRUE. |
Scripts that may call replaceWorld(), loadURL() or setDescription() shall have mustEvaluate set to TRUE. |