The Lua Network Commands component registers Lua functions for synchronizing variables and quest states to all clients using Unity Networking (UNET).
To make this component available, you must add the following Scripting Define Symbol:
USE_UNET
Then add this component to your player prefab.
The available Lua functions are defined in Lua Networking Functions.