Documentation
¶
Index ¶
- type Matrix3x3
- type Matrix4x4
- type Swed
- func (swed *Swed) GetModuleAddress() uintptr
- func (swed *Swed) GetModuleBase(Module string) Swed
- func (swed *Swed) ReadByte(Address uintptr, offsets ...uintptr) byte
- func (swed *Swed) ReadDouble(Address uintptr, offsets ...uintptr) float64
- func (swed *Swed) ReadFloat(Address uintptr, offsets ...uintptr) float32
- func (swed *Swed) ReadInt(Address uintptr, offsets ...uintptr) int
- func (swed *Swed) ReadInt32(Address uintptr, offsets ...uintptr) int32
- func (swed *Swed) ReadLong(Address uintptr, offsets ...uintptr) int64
- func (swed *Swed) ReadMatrix3x3(Address uintptr, offsets ...uintptr) Matrix3x3
- func (swed *Swed) ReadMatrix4x4(Address uintptr, offsets ...uintptr) Matrix4x4
- func (swed *Swed) ReadPointer(Address uintptr, offsets ...uintptr) uintptr
- func (swed *Swed) ReadString(Address uintptr, offsets ...uintptr) string
- func (swed *Swed) ReadUint16(Address uintptr, offsets ...uintptr) uint16
- func (swed *Swed) ReadUint32(Address uintptr, offsets ...uintptr) uint32
- func (swed *Swed) ReadVec2(Address uintptr, offsets ...uintptr) Vec2
- func (swed *Swed) ReadVec3(Address uintptr, offsets ...uintptr) Vec3
- func (swed *Swed) WriteBytes(Address uintptr, bytes []byte, offsets ...uintptr)
- func (swed *Swed) WriteDouble(Address uintptr, newValue float64, offsets ...uintptr)
- func (swed *Swed) WriteFloat(Address uintptr, newValue float32, offsets ...uintptr)
- func (swed *Swed) WriteInt(Address uintptr, newValue int, offsets ...uintptr)
- func (swed *Swed) WriteInt32(Address uintptr, newValue int32, offsets ...uintptr)
- func (swed *Swed) WriteLong(Address uintptr, newValue int64, offsets ...uintptr)
- func (swed *Swed) WriteMatrix3x3(Address uintptr, newValue Matrix3x3, offsets ...uintptr)
- func (swed *Swed) WriteMatrix4x4(Address uintptr, newValue Matrix4x4, offsets ...uintptr)
- func (swed *Swed) WriteString(Address uintptr, newValue string, offsets ...uintptr)
- func (swed *Swed) WriteUint16(Address uintptr, newValue uint16, offsets ...uintptr)
- func (swed *Swed) WriteUint32(Address uintptr, newValue uint32, offsets ...uintptr)
- func (swed *Swed) WriteUint64(Address uintptr, newValue uint64, offsets ...uintptr)
- func (swed *Swed) WriteVec2(Address uintptr, newValue Vec2, offsets ...uintptr)
- func (swed *Swed) WriteVec3(Address uintptr, newValue Vec3, offsets ...uintptr)
- type Vec2
- type Vec3
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matrix4x4 ¶
type Matrix4x4 struct {
M11, M12, M13, M14 float32
M21, M22, M23, M24 float32
M31, M32, M33, M34 float32
M41, M42, M43, M44 float32
}
func (*Matrix4x4) To2DCoords ¶
type Swed ¶
type Swed struct {
// contains filtered or unexported fields
}
func (*Swed) GetModuleAddress ¶
func (*Swed) GetModuleBase ¶
func (*Swed) ReadMatrix3x3 ¶
func (*Swed) ReadMatrix4x4 ¶
func (*Swed) ReadPointer ¶
func (*Swed) WriteBytes ¶
func (*Swed) WriteDouble ¶
func (*Swed) WriteFloat ¶
func (*Swed) WriteInt32 ¶
func (*Swed) WriteMatrix3x3 ¶
func (*Swed) WriteMatrix4x4 ¶
func (*Swed) WriteString ¶
func (*Swed) WriteUint16 ¶
func (*Swed) WriteUint32 ¶
func (*Swed) WriteUint64 ¶
Click to show internal directories.
Click to hide internal directories.