Skip to content

scripts_system::find_script()

Paweł Waligóra edited this page May 20, 2024 · 2 revisions

Description

Function finds script by its' name. Returns pointer to a scripts_system::script that can be cast to any child class of a scripts_system::script. Takes std::string as argument.

#include "scripts_system.h"

See also

for alternative methods of finding game scripts.

Home

Git Workflow

Issues

Coding Rules

Skrypty-Tutorial

Useful resources

Game Structure

Code Structure

Clone this wiki locally