Deprecated: str_replace(): Passing null to parameter #1 ($search) of type array|string is deprecated in /var/www/vhosts/gamedevstudiogame.com/httpdocs/classes/client.php on line 124

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /var/www/vhosts/gamedevstudiogame.com/httpdocs/classes/client.php on line 124
Game dev studio

Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

new

Description

Creates a new interview class instance.

Arguments

1 gameProject game

the game project.

2 reviewer object

the reviewer that's in charge of this interview.

3 bool playerScheduled

whether the interview was scheduled by the player.

Returns

1 inteview

the object.

Example

local object = interview.new(someGame, someReviewer, true)