Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.MyTuple`6

Malware edited this page Dec 13, 2025 · 25 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

MyTuple<T1, T2, T3, T4, T5, T6> Struct

public struct MyTuple<T1, T2, T3, T4, T5, T6>

Namespace: VRage
Assembly: VRage.Library.dll

Fields

T1 Item1

T2 Item2

T3 Item3

T4 Item4

T5 Item5

T6 Item6

Constructors

MyTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6)

Clone this wiki locally