Added "Removed Files" folder
Added "Removed Files" folder in case we needed to review any of them.
This commit is contained in:
16
_module/_removed files/nwnx_player_t.nss
Normal file
16
_module/_removed files/nwnx_player_t.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "nwnx_player"
|
||||
#include "nwnx_tests"
|
||||
|
||||
void main()
|
||||
{
|
||||
WriteTimestampedLogEntry("NWNX_Player unit test begin..");
|
||||
|
||||
object oPC = GetFirstPC();
|
||||
if (!GetIsObjectValid(oPC))
|
||||
{
|
||||
WriteTimestampedLogEntry("NWNX_Player test: No PC found");
|
||||
return;
|
||||
}
|
||||
|
||||
WriteTimestampedLogEntry("NWNX_Player unit test end.");
|
||||
}
|
Reference in New Issue
Block a user