ParaScript.Awake

Declaration

function Awake() end

Description

Awake is called when the script instance is being loaded.

function Awake()
	print("object awake");  
end