* set timer for certain dialog options to be disabled * @param time in seconds */
| 349 | * @param time in seconds |
| 350 | */ |
| 351 | void setRefuseTalkTime(float time) { m_RefuseTalkTime = time; } |
| 352 | /** |
| 353 | * @return The ai-state machine of this NPC |
| 354 | */ |
no outgoing calls
no test coverage detected