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)