Pager Streams (Tokens)
| Pager Stream tokens must indicate which stream number they pertain to. For example, the tokens below are for "STREAM0". | |||||
|---|---|---|---|---|---|
| Token Name | Type | Default Value | Accepted Values | Category | Description |
| STREAM0_AllowsTrackMode | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Pager Streams | Whether this stream's sensors all have ALLOW_TRACK_MODE set (for TrackMode paging). |
| STREAM0_HasTerrainShadows | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Pager Streams | Whether a sensor texture stream will have terrain shadows. |
| STREAM0_IPOffset | INT | 0 | INT_MIN to INT_MAX, inclusive | Pager Streams | Offset from the PagerNet IP address (after the colon). |
| STREAM0_MasterThread | INT | -1 | INT_MIN to INT_MAX, inclusive | Pager Streams | If negative, this stream is a network send thread. Otherwise, points to the stream that sends this streams. |
| STREAM0_MaterialClipmap | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Pager Streams | Whether this stream uses the Material terrain texture (only valid for TEXTURE streams). |
| STREAM0_OTWClipmap | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Pager Streams | Whether this steam uses the OTW terrain texture (only valid for TEXTURE streams). |
| STREAM0_Sensor_ID | INT | -1 | INT_MIN to INT_MAX, inclusive | Pager Streams | SensorID for this stream. -1 if OTW. |
| STREAM0_Type | ENUM | COMMON | INVALID, COMMON, TEXTURE, MESH | Pager Streams | |
| STREAM0_Weapon_ID | INT | -1 | INT_MIN to INT_MAX, inclusive | Pager Streams | WeaponID for this stream. -1 if no weapon. |