Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CTaskResult_ZoneList Class Reference

Results containing a list of zones. More...

#include <doc.h>

Inheritance diagram for CTaskResult_ZoneList:
[legend]

Public Member Functions

CZone GetZone (Text ZoneId)
 
- Public Member Functions inherited from CTaskResult
Void Cancel ()
 

Public Attributes

Array< CZone *const > ZoneList
 
- Public Attributes inherited from CTaskResult
Boolean const IsProcessing
 
Boolean const HasSucceeded
 
Boolean const HasFailed
 
Boolean const IsCanceled
 
Text const ErrorType
 
Text const ErrorCode
 
Text const ErrorDescription
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Results containing a list of zones.

Supported declare modes :

  • Local

Member Function Documentation

◆ GetZone()

CZone CTaskResult_ZoneList::GetZone ( Text ZoneId)

Get a zone into the list from a zone id. Must be called after the task has succeeded.

Member Data Documentation

◆ ZoneList

Array<CZone* const > CTaskResult_ZoneList::ZoneList

List of zones. Array of CRankingsZone objects.


The documentation for this class was generated from the following file: