mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
new method, getMethodSigs. spits out callback proto-functions
This commit is contained in:
parent
f903140d22
commit
a8e74787b7
3 changed files with 87 additions and 0 deletions
|
|
@ -164,6 +164,10 @@ public:
|
|||
/// Return a full prototype string for the function including return type, function name,
|
||||
/// and arguments.
|
||||
String getPrototypeString() const;
|
||||
|
||||
/// Return a minimalized prototype string for the function including return type, function name,
|
||||
/// and arguments.
|
||||
String getPrototypeSig() const;
|
||||
};
|
||||
|
||||
Entry* mEntryList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue