dos h0095 resultValsView - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Initial settings for title and result screens
| <- resultFormat | resultValsView || customJs -> |
resultValsView
- Custom variable image display settings for results data
- Common settings -> g_presetObj.resultValsView
Usage
|resultValsView=exScore|
Overview
- Specify the custom variables to be displayed in the result image in array format from the
g_presetObj.resultVals
entry. Multiple selections can be comma-separated. - If not set, all items defined in
g_presetObj.resultVals
are output.
Example implementation of g_presetObj.resultVals
- In
resultValsView
, specify the following items (before the colon).
g_presetObj.resultVals = {
exScore: `exScores`; // corresponds to g_resultObj.exScores
};
Related pages
Changelog
Version | Change details |
---|---|
v33.3.0 | - Initial implementation |
| <- resultFormat | resultValsView || customJs -> |