LEAP Documentation
40220
Documentation for the LEAP project
RemoteConsoleStatics.h
Go to the documentation of this file.
1
// Copyright 2019 Blue Isle Studios Inc.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
7
class
UWorld;
8
class
AProjectXPlayerController
;
9
10
class
PROJECTX_API
RemoteConsoleStatics
11
{
12
public
:
13
RemoteConsoleStatics
();
14
~RemoteConsoleStatics
();
15
16
static
UWorld* GetWorld();
17
static
FString BuildParamFromList(int32 StartingIndex,
const
TArray<FString>& ParamList);
18
static
FString ServerSay(
const
FString& Message);
19
static
FString Command(
const
FString& Command,
AProjectXPlayerController
*
const
PlayerController =
nullptr
);
20
static
FString ListCommands();
21
22
static
FString Cheat_Exec(
const
FString& Command,
AProjectXPlayerController
*
const
PlayerController =
nullptr
);
23
static
FString GetHealth();
24
};
AProjectXPlayerController
Definition:
ProjectXPlayerController.h:83
RemoteConsoleStatics
Definition:
RemoteConsoleStatics.h:11
E:
ProjectY
Source
ProjectX
Public
Online
RemoteConsoleStatics.h
Generated by
1.9.4