Advertisement

Handles

Started by November 05, 2024 05:03 PM
10 comments, last by WitchLord 8 hours, 34 minutes ago

1vanK said:
Why it's need to write @obj = @obj2 in AS if user almost always want to copy a reference?

Just a minor observation. You don't need to use @ on both sides. Just on the left is enough to indicate that it is a handle assignment, i.e. @obj = obj2;

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement