VIPRA Documentation
|
Parses Behavior Files and Creates the Runtime Functionality they describe. More...
#include <behavior_builder.hpp>
Public Member Functions | |
auto | build (std::string name, std::filesystem::path const &filepath, Modules::Map const &map, VIPRA::seed seed) -> HumanBehavior |
Parses the behavior file at filepath, returns the behavior it describes. | |
Parses Behavior Files and Creates the Runtime Functionality they describe.
|
nodiscard |
Parses the behavior file at filepath, returns the behavior it describes.
behaviorName | : name of the behavior |
filepath | : path to the behavior file |
seedNum | : seed for randomization |