mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
typos
This commit is contained in:
parent
7ddf6cd4f2
commit
4aed48697d
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ function ExampleComponent::onAdd(%this)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
//onAdd is called when the component is removed and deleted from it's owner entity.
|
//onRemove is called when the component is removed and deleted from it's owner entity.
|
||||||
function ExampleComponent::onRemove(%this)
|
function ExampleComponent::onRemove(%this)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ function ExampleComponent::onClientConnect(%this, %client)
|
||||||
|
|
||||||
}
|
}
|
||||||
//onClientDisconnect is called any time a client disconnects from the server.
|
//onClientDisconnect is called any time a client disconnects from the server.
|
||||||
function ExampleComponent::onClientDisonnect(%this, %client)
|
function ExampleComponent::onClientDisconnect(%this, %client)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue