View Single Post
Old 08-24-2004, 10:54 AM   #2 (permalink)
ArteGordon
Master of the Internet
 
Join Date: Aug 2003
Posts: 5,688
Default

here is a description of the use of accessors in c#.

http://msdn.microsoft.com/library/de...pec_10_6_2.asp

[CommandProperty( AccessLevel.GameMaster )]
sets the CommandProperty attribute for individual properties that determines whether they can be accessed in-game via the [props gump or via [set and [get commands based on the AccessLevel of the person issuing the command.

look here for a discussion of attributes
http://msdn.microsoft.com/library/de...classtopic.asp
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "

For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum
ArteGordon is offline   Reply With Quote