Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.Tasks.RangeWorker Struct Reference

Package Functions

 RangeWorker (IndexRange[] ranges, int nInitialRange, long nStep, bool use32BitCurrentIndex)
 
unsafe bool FindNewWork (out long nFromInclusiveLocal, out long nToExclusiveLocal)
 
bool FindNewWork32 (out int nFromInclusiveLocal32, out int nToExclusiveLocal32)
 

Package Attributes

readonly IndexRange[] _indexRanges
 
int _nCurrentIndexRange
 
long _nStep
 
long _nIncrementValue
 
readonly long _nMaxIncrementValue
 
readonly bool _use32BitCurrentIndex
 

Properties

bool IsInitialized [get]
 

Detailed Description

Definition at line 7 of file RangeWorker.cs.


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