TNet 3  3.0.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
ExampleChat Class Reference

This example script shows how to create a chat window powered by the Tasharen Network framework. You can see it used in Example Chat. More...

Inheritance diagram for ExampleChat:
TNet.TNBehaviour

Additional Inherited Members

- Public Member Functions inherited from TNet.TNBehaviour
Get< T > (string name)
 Get the object-specific data. More...
 
Get< T > (string name, T defVal)
 Get the object-specific data. More...
 
void Set (string name, object val)
 Set the object-specific data. More...
 
void Set (string text)
 Convenience function to set the data using a single string notation such as "key = value". More...
 
virtual void DestroySelf ()
 Destroy this game object. More...
 
void DestroySelf (float delay, bool onlyIfOwner=true)
 Destroy this game object on all connected clients and remove it from the server. More...
 
void Instantiate (int rccID, string path, bool persistent, params object[] objs)
 Convenience method mirroring TNManager.Instantiate. Instantiate a new game object in the behaviour's channel on all connected players. More...
 
void Instantiate (string funcName, string path, bool persistent, params object[] objs)
 Convenience method mirroring TNManager.Instantiate. Instantiate a new game object in the behaviour's channel on all connected players. More...
 
void RemoveAllSavedRFCs ()
 Immediately remove all saved RFCs. Use this if you want to clear all saved RFCs for any reason. More...
 
- Public Attributes inherited from TNet.TNBehaviour
bool ignoreMissingTNO = false
 
- Protected Member Functions inherited from TNet.TNBehaviour
virtual void Awake ()
 Cache the TNObject if it exists. More...
 
virtual void Start ()
 Create the TNObject if it hasn't been found already. More...
 
void CreateTNObject ()
 Create the TNObject. More...
 
- Properties inherited from TNet.TNBehaviour
TNObject tno [get]
 

Detailed Description

This example script shows how to create a chat window powered by the Tasharen Network framework. You can see it used in Example Chat.


The documentation for this class was generated from the following file: