HogWarp
  • Home
    • Frequently Asked Questions
    • Supported Versions
  • Client
    • Quick start
      • Playstation Controller not working
      • Epic Games Version Saves Fix
  • Server
    • Quick Start
    • Server Requirements
    • Troubleshooting
  • Scripting
    • Getting Started
    • Client side
      • Basics
      • Setting up mods
        • Local Cooking / Building
    • Server side
      • Plugin
        • Creating a Plugin
        • Structure / Lifecycle
        • Plugin ↔ Plugin
      • Debugging
      • Event handling
      • API Documentation
        • Server
          • IPlugin
          • PlayerSystem
          • RpcManager
          • Timer
          • World
        • Game
          • Types
        • Systems
          • Logger
          • ClientRpcAttribute
          • ReplicatedAttribute
          • ServerRpcAttribute
Powered by GitBook
On this page
  • Actor
  • Player
  1. Scripting
  2. Server side
  3. API Documentation

Game

HogWarpSdk.Game

PreviousWorldNextTypes

Last updated 4 months ago

Refer to for PlayerSystem, Timer, and World!

Actor

Variables

Name
Type
Description

Id

uint

Klass

ulong

Player

Variables

Name
Type
Description

InternalPlayer

IPlayer

Id

ulong

ConnectionId

uint

Username

string

Position

FVector

Direction

float

Speed

float

IsInAir

bool

House

byte

Gender

byte

IsMounted

bool

Methods

Name
Parameters
Return Type
Description

SendChat

string From, string Message

void

Send a message to this player's chat.

Server