Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_WLibItemData.c
Go to the documentation of this file.
1 /*
2 This is a base class for custom data which can be associated with any item in WLib components derived from SCR_SelectionWidgetComponent.
3 The purpose of this is to allow users of wlib components attach custom data to items.
4 */
5 
6 class SCR_WLibItemData : Managed
7 {
8  //
9 };
SCR_WLibItemData
Definition: SCR_WLibItemData.c:6