|
| def_thread_local (BOOL, seh_set, FALSE, FALSE, FALSE) |
|
| def_thread_local (NewCollectableLinkedListItem *, last_new_collectable, FALSE, FALSE, new NewCollectableLinkedListItem) |
|
| def_thread_local (CharStream *, current_stdout, TRUE, TRUE, new(GC_IN_HEAP) WindowStream(_M("Script Output"))) |
|
| def_thread_local (String *, undo_label, TRUE, TRUE, new(GC_IN_HEAP) String(_M("MAXScript"))) |
|
| def_thread_local (BOOL, force_listener_open, FALSE, TRUE, TRUE) |
|
| def_thread_local (Value **, current_frame, FALSE, TRUE, NULL) |
|
| def_thread_local (Value **, current_scan_frame, FALSE, TRUE, NULL) |
|
| def_thread_local (Value **, current_locals_frame, FALSE, TRUE, NULL) |
|
| def_thread_local (Value *, current_result, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, last_new_heap_value, TRUE, TRUE, NULL) |
|
| def_thread_local (long, stack_limit, FALSE, TRUE, ALLOCATOR_STACK_SIZE) |
|
| def_thread_local (LONG_PTR, stack_base, FALSE, TRUE,(LONG_PTR) _alloca(sizeof(int))) |
|
| def_thread_local (MSPlugin *, current_plugin, TRUE, TRUE, NULL) |
|
| def_thread_local (Struct *, current_struct, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, current_container, TRUE, TRUE, NULL) |
|
| def_thread_local (int, container_index, FALSE, TRUE, 0) |
|
| def_thread_local (Value *, container_prop, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, current_prop, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, source_file, TRUE, TRUE, NULL) |
|
| def_thread_local (UINT_PTR, source_pos, FALSE, TRUE, 0) |
|
| def_thread_local (UINT_PTR, source_line, FALSE, TRUE, 0) |
|
| def_thread_local (int, needs_redraw, FALSE, TRUE, 0) |
|
| def_thread_local (BOOL, redraw_mode, FALSE, TRUE, 1) |
|
| def_thread_local (BOOL, pivot_mode, FALSE, TRUE, 0) |
|
| def_thread_local (BOOL, undo_mode, FALSE, TRUE, 1) |
|
| def_thread_local (Value *, current_level, TRUE, TRUE, &all_objects) |
|
| def_thread_local (BOOL, use_time_context, FALSE, TRUE, 0) |
|
| def_thread_local (TimeValue, current_time, FALSE, TRUE, 0) |
|
| def_thread_local (Value *, current_coordsys, TRUE, TRUE, n_default) |
|
| def_thread_local (Value *, center_mode, TRUE, TRUE, n_default) |
|
| def_thread_local (int, rand_accum, FALSE, FALSE, 0) |
|
| def_thread_local (HANDLE, message_event, FALSE, TRUE, NULL) |
|
| def_thread_local (int, stream_rand_accum, FALSE, TRUE, 0) |
|
| def_thread_local (MSZipPackage *, current_pkg, TRUE, TRUE, NULL) |
|
| def_thread_local (void *, alloc_frame, FALSE, FALSE, NULL) |
|
| def_thread_local (void *, alloc_tos, FALSE, FALSE, NULL) |
|
| def_thread_local (void *, alloc_stack_lim, FALSE, FALSE, NULL) |
|
| def_thread_local (Control *, current_controller, FALSE, TRUE, NULL) |
|
| def_thread_local (BOOL, try_mode, FALSE, TRUE, 0) |
|
| def_thread_local (MAXScriptException *, current_exception, FALSE, TRUE, NULL) |
|
| def_thread_local (UnknownSystemException *, current_UnknownSystemException, TRUE, FALSE, NULL) |
|
| def_thread_local (BOOL, thread_not_active, FALSE, TRUE, FALSE) |
|
| def_thread_local (BOOL, firstChanceHandlingofErrorOccurred, FALSE, TRUE, FALSE) |
|
| def_thread_local (BOOL, err_source_captured, FALSE, TRUE, FALSE) |
|
| def_thread_local (Value *, err_source_file, TRUE, TRUE, NULL) |
|
| def_thread_local (UINT_PTR, err_source_pos, FALSE, TRUE, 0) |
|
| def_thread_local (UINT_PTR, err_source_line, FALSE, TRUE, 0) |
|
| def_thread_local (Value *, current_frame_owner, TRUE, TRUE, NULL) |
|
| def_thread_local (BOOL, is_dubugger_thread, FALSE, TRUE, FALSE) |
|
| def_thread_local (DWORD, source_flags, FALSE, TRUE, 0) |
|
| def_thread_local (DWORD, err_source_flags, FALSE, TRUE, 0) |
|
| def_thread_local (BOOL, disable_trace_back, FALSE, TRUE, FALSE) |
|
| def_thread_local (StringStream *, resource_value_reader, TRUE, TRUE, NULL) |
|
| def_thread_local (StringStream *, eval_Stringstream1, TRUE, FALSE, NULL) |
|
| def_thread_local (StringStream *, eval_Stringstream2, TRUE, FALSE, NULL) |
|
| def_thread_local (BOOL, eval_Stringstream1_inuse, FALSE, FALSE, FALSE) |
|
| def_thread_local (BOOL, eval_Stringstream2_inuse, FALSE, FALSE, FALSE) |
|
| def_thread_local (Parser *, eval_Parser1, TRUE, FALSE, NULL) |
|
| def_thread_local (Parser *, eval_Parser2, TRUE, FALSE, NULL) |
|
| def_thread_local (BOOL, eval_Parser1_inuse, FALSE, FALSE, FALSE) |
|
| def_thread_local (BOOL, eval_Parser2_inuse, FALSE, FALSE, FALSE) |
|
| def_thread_local (MAXScript::ScriptSource, scriptSource, FALSE, FALSE, MAXScript::ScriptSource::NotSpecified) |
|
| def_thread_local (void *, reserved_ptr1, FALSE, TRUE, NULL) |
|
| def_thread_local (void *, reserved_ptr2, FALSE, TRUE, NULL) |
|
| def_thread_local (void *, reserved_ptr3, FALSE, TRUE, NULL) |
|
| def_thread_local (void *, reserved_ptr4, FALSE, TRUE, NULL) |
|
| def_thread_local (void *, reserved_ptr5, FALSE, FALSE, NULL) |
|
| def_thread_local (void *, reserved_ptr6, FALSE, FALSE, NULL) |
|
| def_thread_local (void *, reserved_ptr7, FALSE, FALSE, NULL) |
|
| def_thread_local (void *, reserved_ptr8, FALSE, FALSE, NULL) |
|
| def_thread_local (Value *, reserved_value1, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, reserved_value2, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, reserved_value3, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, reserved_value4, TRUE, TRUE, NULL) |
|
| def_thread_local (Value *, reserved_value5, TRUE, FALSE, NULL) |
|
| def_thread_local (Value *, reserved_value6, TRUE, FALSE, NULL) |
|
| def_thread_local (Value *, reserved_value7, TRUE, FALSE, NULL) |
|
| def_thread_local (Value *, reserved_value8, TRUE, FALSE, NULL) |
|
| def_thread_local (DWORD, reserved_dword1, FALSE, TRUE, 0) |
|
| def_thread_local (DWORD, reserved_dword2, FALSE, TRUE, 0) |
|
| def_thread_local (DWORD, reserved_dword3, FALSE, TRUE, 0) |
|
| def_thread_local (DWORD, reserved_dword4, FALSE, TRUE, 0) |
|
| def_thread_local (DWORD, reserved_dword5, FALSE, FALSE, 0) |
|
| def_thread_local (DWORD, reserved_dword6, FALSE, FALSE, 0) |
|
| def_thread_local (DWORD, reserved_dword7, FALSE, FALSE, 0) |
|
| def_thread_local (DWORD, reserved_dword8, FALSE, FALSE, 0) |
|