Skip to content

GameCache: BehaviorParameter.hpp

Alanzote edited this page Dec 29, 2018 · 1 revision

A wrapper to easily get information regarding Behavior Parameters.

Methods (namespace GameCache::BehaviorParameter)

  • GetBehaviorIndex
    • Return Type: int32_t
    • Input Type: int32_t
    • Comment: Returns the Behavior Index, given a Behavior ID.
  • GetBehaviorRow
    • Return Type: GameCache::Interface::FDB::RowInfo
    • Input Type: int32_t
    • Comment: Returns the Behavior Row, given the Behavior ID.
  • GetParameterValue
    • Return Type: float
    • Input Type: GameCache::Interface::FDB::RowInfo behaviorRow, std::string parameterID
    • Comment: Returns the value of parameter in the behavior row.
  • GetParameterValue
    • Return Type: float
    • Input Type: int32_t behaviorID, std::string parameterID
    • Comment: Converts your Behavior ID into a row, then gets the parameter value by calling the function above.

Clone this wiki locally