hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 11440 330c14f4ba69
parent 11437 6e641b5453f9
child 11442 6b04a266feee
equal deleted inserted replaced
11439:dd1350a475d9 11440:330c14f4ba69
     9                     , mtTeamColor, mtNetData, mtFlibEvent, mtConnected, mtDisconnected, mtAddLobbyClient
     9                     , mtTeamColor, mtNetData, mtFlibEvent, mtConnected, mtDisconnected, mtAddLobbyClient
    10                     , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoomClient
    10                     , mtRemoveLobbyClient, mtLobbyChatLine, mtAddRoomClient
    11                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
    11                     , mtRemoveRoomClient, mtRoomChatLine, mtAddRoom, mtUpdateRoom
    12                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    12                     , mtRemoveRoom, mtError, mtWarning, mtMoveToLobby, mtMoveToRoom
    13                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    13                     , mtNickname, mtSeed, mtTheme, mtScript, mtFeatureSize, mtMapGen
    14                     , mtMap, mtMazeSize, mtTemplate, mtAmmo);
    14                     , mtMap, mtMazeSize, mtTemplate, mtAmmo, mtScheme);
    15 
    15 
    16     TFLIBEvent = (flibGameFinished);
    16     TFLIBEvent = (flibGameFinished);
    17 
    17 
    18     TIPCMessage = record
    18     TIPCMessage = record
    19                    str: shortstring;
    19                    str: shortstring;
    63             , sharedammo
    63             , sharedammo
    64             , disablegirders
    64             , disablegirders
    65             , disablewind
    65             , disablewind
    66             , morewind
    66             , morewind
    67             , tagteam
    67             , tagteam
       
    68             , resethealth
       
    69             , disablelandobjects
       
    70             , aisurvival
       
    71             , infattack
       
    72             , resetweps
       
    73             , perhogammo
    68             , bottomborder: boolean;
    74             , bottomborder: boolean;
    69             damagefactor
    75             damagefactor
    70             , turntime
    76             , turntime
    71             , health
    77             , health
    72             , suddendeath
    78             , suddendeath
    80             , healthcaseamount
    86             , healthcaseamount
    81             , waterrise
    87             , waterrise
    82             , healthdecrease
    88             , healthdecrease
    83             , ropepct
    89             , ropepct
    84             , getawaytime
    90             , getawaytime
       
    91             , airmines
    85             , worldedge: LongInt
    92             , worldedge: LongInt
    86         end;
    93         end;
    87     PScheme = ^TScheme;
    94     PScheme = ^TScheme;
    88     TAmmo = record
    95     TAmmo = record
    89             ammoName: shortstring;
    96             ammoName: shortstring;