3ds Max C++ API Reference
Loading...
Searching...
No Matches
SMCallContext Class Reference

#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/maxscript/foundation/functions.h>

Inheritance diagram for SMCallContext:

Public Member Functions

 SMCallContext (Struct *strct, CallContext *previous=nullptr)
void push_context () override
void pop_context () override
Public Member Functions inherited from CallContext
 CallContext ()
 CallContext (CallContext *previous)

Constructor & Destructor Documentation

◆ SMCallContext()

SMCallContext ( Struct * strct,
CallContext * previous = nullptr )

Member Function Documentation

◆ push_context()

void push_context ( )
overridevirtual

Reimplemented from CallContext.

◆ pop_context()

void pop_context ( )
overridevirtual

Reimplemented from CallContext.