Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WLibItemData.c
Go to the documentation of this file.
1//---- REFACTOR NOTE START: This code will need to be refactored as current implementation is not conforming to the standards ----
2// Solid idea, but went entirely unused!
3
4/*
5This is a base class for custom data which can be associated with any item in WLib components derived from SCR_SelectionWidgetComponent.
6The purpose of this is to allow users of wlib components attach custom data to items.
7*/
8
9class SCR_WLibItemData : Managed
10{
11 //
12};
13
14//---- REFACTOR NOTE END ----