1 | void addRoute( SFNode fromNode, SFString fromEventOut, SFNode toNode, SFString toEventIn ) |
2 | 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. |
3 | Scripts that may call these methods must have directOutput set to TRUE. |
4 | Scripts that may call replaceWorld(), loadURL() or setDescription() shall have mustEvaluate set to TRUE. |