BBGamelib.flash.imp.MovieImp.hasLabel C# (CSharp) Method

hasLabel() public method

public hasLabel ( int frame ) : bool
frame int
return bool
		public bool hasLabel(int frame){
			return _define.frames [frame].label != null;
		}
	}