whats mean of character "@"?

Started by
1 comment, last by WitchLord 18 years, 5 months ago
I found several register string have a "@" character, such the RegisterStringFactory register, need "string@" for the first parameter. So, whats the "@" mean?
Advertisement
@ acts like * in C++ but instead of pointer it is an object handle (safe pointers that auto clean themselves)
------ XYE - A new edition of the classic Kye
I've written a page on the wiki that explains everything about object handles.

Eventually I'll put this page in the manual as well.

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

This topic is closed to new replies.

Advertisement