Difference between revisions of "Script/LevelBase"
From SF3
(Created page with "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accu...") |
|||
Line 1: | Line 1: | ||
− | + | ==class LevelBase== | |
+ | Work in Progress | ||
+ | |||
+ | === Class Methods === | ||
+ | {| border='0' style ='border:solid 1px #eeeedd; color: black; width: 1200px;background-color: #ffffcc;' cellspacing='0' cellpadding='7' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''MarkerEntity''' ( [[../BasicDataTypes|string]] _stgMarkerPositionName, [[../BasicDataTypes|string]] _stgMarkerFunction, [[../BasicDataTypes|string]] _stgNotificationState, [[../BasicDataTypes|int]] _iFaction ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Work in Progress'' | ||
+ | |- | ||
+ | | style='color: blue; width: 10%; text-align:right;line-height: 0.8;' | [[../BasicDataTypes|void]] | ||
+ | | style='color: black; width: 90%; line-height: 1.0;' | '''MarkerLogic''' ( [[../BasicDataTypes|string]] _stgMarkerPositionName, [[../BasicDataTypes|string]] _stgMarkerFunction, [[../BasicDataTypes|string]] _stgNotificationState, [[../BasicDataTypes|bool]] _bShowArea, [[../BasicDataTypes|int]] _iFaction ) | ||
+ | |- | ||
+ | | | ||
+ | | style = 'color: #505050; line-height: 0.5;' |''Work in Progress'' | ||
+ | |||
+ | |} |
Revision as of 09:30, 7 October 2016
class LevelBase
Work in Progress
Class Methods
void | MarkerEntity ( string _stgMarkerPositionName, string _stgMarkerFunction, string _stgNotificationState, int _iFaction ) |
Work in Progress | |
void | MarkerLogic ( string _stgMarkerPositionName, string _stgMarkerFunction, string _stgNotificationState, bool _bShowArea, int _iFaction ) |
Work in Progress |