示例#1
0
		public void RemoveQueueEntry( ref CMusicQueueEntry arg0 ) 
		{
			this.GetFunction<NativeRemoveQueueEntryC>( this.Functions.RemoveQueueEntry4 )( this.ObjectAddress, ref arg0 ); 
		}
示例#2
0
		public void AddQueueEntry( ref CMusicQueueEntry arg0 ) 
		{
			this.GetFunction<NativeAddQueueEntryC>( this.Functions.AddQueueEntry3 )( this.ObjectAddress, ref arg0 ); 
		}