MCPcopy Create free account
hub / github.com/arnaud-jamin/Cog / SetTeam

Method SetTeam

Source/CogSample/CogSampleCharacter.cpp:754–757  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

752
753//--------------------------------------------------------------------------------------------------------------------------
754void ACogSampleCharacter::SetTeam(int32 Value)
755{
756 COMPARE_ASSIGN_AND_MARK_PROPERTY_DIRTY(ACogSampleCharacter, Team, Value, this);
757}
758
759//--------------------------------------------------------------------------------------------------------------------------
760void ACogSampleCharacter::SetProgressionLevel(int32 Value)

Callers 1

RenderContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected