Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
msgdata Class Reference
Main Page
Public Member Functions
|
Public Attributes
msgdata Class Reference
Search for all occurrences
#include <toolmap.h>
Inheritance diagram for msgdata:
Public Member Functions
msgdata
()
msgdata
(int r, int s, int m)
Public Attributes
int
recipient
int
subindex
int
msg
Constructor & Destructor Documentation
msgdata
(
)
[inline]
{};
msgdata
(
int
r
,
int
s
,
int
m
)
[inline]
:
recipient
(r),
subindex
(s),
msg
(m){};
Member Data Documentation
int
recipient
Search for all occurrences
int
subindex
Search for all occurrences
int
msg
Search for all occurrences