Support Board
Date/Time: Fri, 29 Nov 2024 03:50:34 +0000
Post From: C++, ACSIL functions question
[2023-03-11 16:43:21] |
ondafringe - Posts: 286 |
From what I understand: (never speak in absolutes!) lol I believe it has to be passed. C++ Lambda: Don't know Plus, your skeleton is not correct, you won't get a clean compile. Your function has to be defined above the SCSFExport line. If you want it defined below that very last curly brace, then you have to first declare the function above the SCSFExport line. You also need a variable to receive the return value from your function. Date Time Of Last Edit: 2023-03-11 16:44:27
|