Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
ExprVar Class Reference
Main Page
Public Member Functions
|
Public Attributes
ExprVar Class Reference
Search for all occurrences
#include <expr.h>
Inheritance diagram for ExprVar:
Public Member Functions
bool
operator==
(const
ExprVar
&b) const
Public Attributes
MSTR
name
int
type
int
regNum
Member Function Documentation
bool operator==
(
const
ExprVar
&
b
)
const
[inline]
Remarks:
Compares this class instance to another one
{
return
name
== b.
name
&&
type
== b.
type
&&
regNum
== b.
regNum
; }
Member Data Documentation
MSTR
name
Search for all occurrences
int
type
Search for all occurrences
int
regNum
Search for all occurrences