Thursday, 23 May 2024

Stencyl topic correction: actors > properties > Actor type


corrected section: shortcut level 2
old:  return cast Data.instances.resources.get(0);
new  return cast Data.instance.resource.sget(0);

old usage results in compilation error, suggestion : instance. 
The corrected page can also be found in Individual snippet section on the left

No comments:

Post a Comment