Template:Mdflags: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with mdflags. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | No || 1 || SPREXT_NOTMD || Force sprite be displayed as sprite,..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Template}}</noinclude> | |||
The following values are used with [[mdflags]]. | The following values are used with [[mdflags]]. | ||
Line 18: | Line 20: | ||
|} | |} | ||
{| {{Collapse}} | |||
| <strong>Defines</strong> | |||
|- | |||
| | |||
define SPREXT_NOTMD 0x00000001 | define SPREXT_NOTMD 0x00000001 | ||
define SPREXT_NOMDANIM 0x00000002 | define SPREXT_NOMDANIM 0x00000002 | ||
Line 24: | Line 30: | ||
define SPREXT_TSPRACCESS 0x00000010 | define SPREXT_TSPRACCESS 0x00000010 | ||
define SPREXT_TEMPINVISIBLE 0x00000020 | define SPREXT_TEMPINVISIBLE 0x00000020 | ||
|} | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Pages with templates]]</includeonly> | <includeonly>[[Category:Pages with templates]]</includeonly> |
Latest revision as of 15:56, 12 September 2021
This page is a template. This page was created to be included in other pages. |
The following values are used with mdflags.
Exposed | Value | Label | Description | |
---|---|---|---|---|
No | 1 | SPREXT_NOTMD | Force sprite be displayed as sprite, instead of a model. | |
No | 2 | SPREXT_NOMDANIM | No model animation. | |
No | 4 | SPREXT_AWAY1 | ||
No | 8 | SPREXT_AWAY2 | ||
No | 16 | SPREXT_TSPRACCESS | Process in EVENT_ANIMATESPRITES. | |
No | 32 | SPREXT_TEMPINVISIBLE |
Defines |
define SPREXT_NOTMD 0x00000001 define SPREXT_NOMDANIM 0x00000002 define SPREXT_AWAY1 0x00000004 define SPREXT_AWAY2 0x00000008 define SPREXT_TSPRACCESS 0x00000010 define SPREXT_TEMPINVISIBLE 0x00000020 |