DMultiChoice.OnSelect
From GMod Wiki
| Function | |
| Syntax | DMultiChoice:OnSelect( number index, String value, var Data ) |
| Description: | |
| You can over ride this function, it will be called when the user selects an option. | |
| Returns: | nil |
| In Object: | DMultiChoice |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DMultiChoice.OnSelect]DMultiChoice.OnSelect [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This also gets called upon DMultiChoice.ChooseOption and DMultiChoice.ChooseOptionID
- The data argument provided is the second argument you give in DMultiChoice.AddChoice
See Also
- N/A