예제 #1
0
		// Range: -1 Access: 0 Flags: ( 0, 4, 255 )
		public static bool do_teleport( dynamic ateleatom = null, dynamic adestination = null, double? aprecision = null, bool? afteleport = null, bool? aeffectin = null, bool? aeffectout = null, string asoundin = null, dynamic asoundout = null, params object[] _ ) {
			ByTable _args = new ByTable( new object[] { ateleatom, adestination, aprecision, afteleport, aeffectin, aeffectout, asoundin, asoundout } ).extend(_);
			Teleport_Instant_Science D = null;
			if ( _args[2] == null ) {
				_args[2] = 0;
			}
			if ( _args[3] == null ) {
				_args[3] = 1;
			}
			if ( _args[4] == null ) {
				_args[4] = null;
			}
			if ( _args[5] == null ) {
				_args[5] = null;
			}
			if ( _args[6] == null ) {
				_args[6] = null;
			}
			if ( _args[7] == null ) {
				_args[7] = null;
			}
			D = new Teleport_Instant_Science();
			if ( Lang13.Bool( _args.apply( D.GetType().GetMethod( "start" ) ) ) ) {
				return true;
			}
			return false;
		}