⚠️ Not yet verified in-game — this page was drafted from source analysis and hasn't been confirmed by actually running it. Treat it as a strong draft, not gospel.
Telephone
Module: telephone.lua
Overview
The Telephone module provides functionality for handling telephone interactions in the game. It currently defines a single function, Use, which is intended to manage player actions related to using telephones.
Inheritance
- Inherits from: none — base/utility module
- Imports: none
Instance pattern
This is a stateless utility module with no per-instance tables or fields.
Functions
Use(aiguid, floatval)
A placeholder function that does nothing. It takes two arguments, aiguid and floatval, but performs no operations.
Events
- none
Notes for modders
- This module currently has no functionality implemented. The
Usefunction is a stub and can be extended to handle telephone interactions as needed. - There are no events subscribed to or fired by this module.
- Since this module does not follow the per-instance pattern, it cannot be used to manage state specific to individual telephone objects.