mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
9 lines
181 B
Ruby
9 lines
181 B
Ruby
def isPlayerMale()
|
|
return pbGet(VAR_TRAINER_GENDER) == GENDER_MALE
|
|
end
|
|
|
|
def isPlayerFemale()
|
|
return pbGet(VAR_TRAINER_GENDER) == GENDER_FEMALE
|
|
end# frozen_string_literal: true
|
|
|