View Single Post
Old 08-24-2004, 10:18 AM   #1 (permalink)
Blackette
 
Join Date: Dec 2003
Location: Indianapolis
Age: 38
Posts: 128
Send a message via ICQ to Blackette
Default Question on CommandProperty

Code:
		[CommandProperty( AccessLevel.GameMaster )]
		public NpcGuild NpcGuild
		{
			get{ return m_NpcGuild; }
			set{ m_NpcGuild = value; }
		}
What is this? I've made my way through a couple of C# books now, but not sure what this is.

Do I need these before this value will return in a [props command? Is this just an internal function?

Thank you for your time.
__________________
Dominus Exuro

Looking for RP based, experienced RunUO scripters.

http://home.comcast.net/~dominare/Dominion_main.htm
Blackette is offline   Reply With Quote