updateAll#

updateAll()#

全プレイヤーのクライアントで周期的に呼び出されます。

Example#

全プレイヤーのクライアントで文字列が周期的にコンソールに出力されます。

function updateAll()
    print("UpdateAll")
end